#E0DD3B

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

Shades of Starship #E0DD3B

Tints of Starship #E0DD3B

Color information

#E0DD3B (or 0xE0DD3B) is unknown color: approx Starship. HEX triplet: E0, DD and 3B. RGB value is (224,221,59). Sum of RGB (Red+Green+Blue) = 224+221+59=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 59 (23.44% from 255 or 11.71% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DD3B is #1F22C4. Grayscale: #CCCCCC. Windows color (decimal): -2040517 or 3923424. OLE color: 3923424.

HSL color Cylindrical-coordinate representation of color #E0DD3B: hue angle of 58.91º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E0DD3B is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB22422159-
CMYK00.010.740.12
HSL58.91º72.69%55.49%-
HSV(B)58.91º73.66%87.84%-
XYZ57.3967.8814.21-
YUV203.4346.49142.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.44%
GREEN value IS 221 (86.72% from 255) = 43.85%
BLUE value IS 59 (23.44% from 255) = 11.71%
R=44.44%
G=43.85%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242215900.010.740.1258.9172.6955.49
HexE0DD3B014AC3b4937
Octal3403357301112147311167
Binary111000001101110111101101100101011001110111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DD3B; }

 p { color: rgb(224,221,59); }

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

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

 a { background-color: rgb(224,221,59); }

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

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

 span { border-color: rgb(224,221,59); }

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