#E0D178

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

Shades of Wild Rice #E0D178

Tints of Wild Rice #E0D178

Color information

#E0D178 (or 0xE0D178) is unknown color: approx Wild Rice. HEX triplet: E0, D1 and 78. RGB value is (224,209,120). Sum of RGB (Red+Green+Blue) = 224+209+120=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 120 (47.27% from 255 or 21.70% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D178 is #1F2E87. Grayscale: #CBCBCB. Windows color (decimal): -2043528 or 7918048. OLE color: 7918048.

HSL color Cylindrical-coordinate representation of color #E0D178: hue angle of 51.35º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0D178 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB224209120-
CMYK00.070.460.12
HSL51.35º62.65%67.45%-
HSV(B)51.35º46.43%87.84%-
XYZ56.9362.826.89-
YUV203.3480.97142.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.51%
GREEN value IS 209 (82.03% from 255) = 37.79%
BLUE value IS 120 (47.27% from 255) = 21.70%
R=40.51%
G=37.79%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420912000.070.460.1251.3562.6567.45
HexE0D178072EC333f43
Octal3403211700756146377103
Binary11100000110100011111000011110111011001100111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D178; }

 p { color: rgb(224,209,120); }

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

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

 a { background-color: rgb(224,209,120); }

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

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

 span { border-color: rgb(224,209,120); }

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