#E0DE3B

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

Shades of Starship #E0DE3B

Tints of Starship #E0DE3B

Color information

#E0DE3B (or 0xE0DE3B) is unknown color: approx Starship. HEX triplet: E0, DE and 3B. RGB value is (224,222,59). Sum of RGB (Red+Green+Blue) = 224+222+59=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 59 (23.44% from 255 or 11.68% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DE3B is #1F21C4. Grayscale: #CCCCCC. Windows color (decimal): -2040261 or 3923680. OLE color: 3923680.

HSL color Cylindrical-coordinate representation of color #E0DE3B: hue angle of 59.27º 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 #E0DE3B is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB22422259-
CMYK00.010.740.12
HSL59.27º72.69%55.49%-
HSV(B)59.27º73.66%87.84%-
XYZ57.6568.4114.3-
YUV204.0246.16142.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.36%
GREEN value IS 222 (87.11% from 255) = 43.96%
BLUE value IS 59 (23.44% from 255) = 11.68%
R=44.36%
G=43.96%
B=11.68%

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
Decimal2242225900.010.740.1259.2772.6955.49
HexE0DE3B014AC3b4937
Octal3403367301112147311167
Binary111000001101111011101101100101011001110111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DE3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DE3B; }

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

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

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

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

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

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

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

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