#e0d078

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

Shades of Wild Rice #E0D078

Tints of Wild Rice #E0D078

Color information

#E0D078 (or 0xE0D078) is unknown color: approx Wild Rice. HEX triplet: E0, D0 and 78. RGB value is (224,208,120). Sum of RGB (Red+Green+Blue) = 224+208+120=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 120 (47.27% from 255 or 21.74% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D078 is #1F2F87. Grayscale: #CBCBCB. Windows color (decimal): -2043784 or 7917792. OLE color: 7917792.

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

Color convert

RGB224208120-
CMYK00.070.460.12
HSL50.77º62.65%67.45%-
HSV(B)50.77º46.43%87.84%-
XYZ56.6962.3226.81-
YUV202.7581.3143.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.58%
GREEN value IS 208 (81.64% from 255) = 37.68%
BLUE value IS 120 (47.27% from 255) = 21.74%
R=40.58%
G=37.68%
B=21.74%

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
Decimal22420812000.070.460.1250.7762.6567.45
HexE0D078072EC333f43
Octal3403201700756146377103
Binary11100000110100001111000011110111011001100111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0d078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0d078; }

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

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

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

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

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

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

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

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