#E5D872

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

Shades of Wild Rice #E5D872

Tints of Wild Rice #E5D872

Color information

#E5D872 (or 0xE5D872) is unknown color: approx Wild Rice. HEX triplet: E5, D8 and 72. RGB value is (229,216,114). Sum of RGB (Red+Green+Blue) = 229+216+114=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D872 is #1A278D. Grayscale: #D0D0D0. Windows color (decimal): -1714062 or 7526629. OLE color: 7526629.

HSL color Cylindrical-coordinate representation of color #E5D872: hue angle of 53.22º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5D872 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB229216114-
CMYK00.060.500.10
HSL53.22º68.86%67.25%-
HSV(B)53.22º50.22%89.8%-
XYZ59.9166.9825.69-
YUV208.2674.81142.79-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.97%
GREEN value IS 216 (84.77% from 255) = 38.64%
BLUE value IS 114 (44.92% from 255) = 20.39%
R=40.97%
G=38.64%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921611400.060.500.1053.2268.8667.25
HexE5D8720632A354543
Octal34533016206621265105103
Binary111001011101100011100100110110010101011010110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D872; }

 p { color: rgb(229,216,114); }

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

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

 a { background-color: rgb(229,216,114); }

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

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

 span { border-color: rgb(229,216,114); }

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