#E5DD46

Color #E5DD46 Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #E5DD46

Tints of Starship #E5DD46

Color information

#E5DD46 (or 0xE5DD46) is unknown color: approx Starship. HEX triplet: E5, DD and 46. RGB value is (229,221,70). Sum of RGB (Red+Green+Blue) = 229+221+70=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 70 (27.73% from 255 or 13.46% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DD46 is #1A22B9. Grayscale: #CECECE. Windows color (decimal): -1712826 or 4644325. OLE color: 4644325.

HSL color Cylindrical-coordinate representation of color #E5DD46: hue angle of 56.98º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5DD46 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB22922170-
CMYK00.030.690.10
HSL56.98º75.36%58.63%-
HSV(B)56.98º69.43%89.8%-
XYZ59.2868.8115.95-
YUV206.1851.15144.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 44.04%
GREEN value IS 221 (86.72% from 255) = 42.5%
BLUE value IS 70 (27.73% from 255) = 13.46%
R=44.04%
G=42.5%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292217000.030.690.1056.9875.3658.63
HexE5DD460345A394b3b
Octal34533510603105127111373
Binary11100101110111011000110011100010110101110011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DD46; }

 p { color: rgb(229,221,70); }

 H1.HeaderClassName
 {
   color: #E5DD46;
 }
 .AnyTagClassName
 {
   color: #E5DD46;
 }
</style>
background-color css

<style>
 a { background-color: #E5DD46; }

 a { background-color: rgb(229,221,70); }

 div.DivClassName
 {
   background-color: #E5DD46;
 }
 .BgClassName
 {
   background-color: #E5DD46;
 }
</style>
border-color css

<style>
 span { border-color: #E5DD46; }

 span { border-color: rgb(229,221,70); }

 td.TdClassName
 {
   border-color: #E5DD46;
 }
 .TagClassName
 {
   border-color: #E5DD46;
 }
</style>