#E8D576

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

Shades of Wild Rice #E8D576

Tints of Wild Rice #E8D576

Color information

#E8D576 (or 0xE8D576) is unknown color: approx Wild Rice. HEX triplet: E8, D5 and 76. RGB value is (232,213,118). Sum of RGB (Red+Green+Blue) = 232+213+118=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 118 (46.48% from 255 or 20.96% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D576 is #172A89. Grayscale: #D0D0D0. Windows color (decimal): -1518218 or 7788008. OLE color: 7788008.

HSL color Cylindrical-coordinate representation of color #E8D576: hue angle of 50º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E8D576 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB232213118-
CMYK00.080.490.09
HSL50º71.25%68.63%-
HSV(B)50º49.14%90.98%-
XYZ60.3466.0526.71-
YUV207.8577.29145.22-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.21%
GREEN value IS 213 (83.59% from 255) = 37.83%
BLUE value IS 118 (46.48% from 255) = 20.96%
R=41.21%
G=37.83%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221311800.080.490.095071.2568.63
HexE8D57608319324745
Octal350325166010611162107105
Binary1110100011010101111011001000110001100111001010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D576; }

 p { color: rgb(232,213,118); }

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

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

 a { background-color: rgb(232,213,118); }

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

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

 span { border-color: rgb(232,213,118); }

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