#E1D872

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

Shades of Wild Rice #E1D872

Tints of Wild Rice #E1D872

Color information

#E1D872 (or 0xE1D872) is unknown color: approx Wild Rice. HEX triplet: E1, D8 and 72. RGB value is (225,216,114). Sum of RGB (Red+Green+Blue) = 225+216+114=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 114 (44.92% from 255 or 20.54% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D872 is #1E278D. Grayscale: #CFCFCF. Windows color (decimal): -1976206 or 7526625. OLE color: 7526625.

HSL color Cylindrical-coordinate representation of color #E1D872: hue angle of 55.14º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1D872 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB225216114-
CMYK00.040.490.12
HSL55.14º64.91%66.47%-
HSV(B)55.14º49.33%88.24%-
XYZ58.6466.3325.63-
YUV207.0675.48140.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 216 (84.77% from 255) = 38.92%
BLUE value IS 114 (44.92% from 255) = 20.54%
R=40.54%
G=38.92%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521611400.040.490.1255.1464.9166.47
HexE1D8720431C374142
Octal34133016204611467101102
Binary111000011101100011100100100110001110011011110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D872; }

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

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

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

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

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

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

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

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