#E1D672

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

Shades of Wild Rice #E1D672

Tints of Wild Rice #E1D672

Color information

#E1D672 (or 0xE1D672) is unknown color: approx Wild Rice. HEX triplet: E1, D6 and 72. RGB value is (225,214,114). Sum of RGB (Red+Green+Blue) = 225+214+114=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 114 (44.92% from 255 or 20.61% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D672 is #1E298D. Grayscale: #CECECE. Windows color (decimal): -1976718 or 7526113. OLE color: 7526113.

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

Color convert

RGB225214114-
CMYK00.050.490.12
HSL54.05º64.91%66.47%-
HSV(B)54.05º49.33%88.24%-
XYZ58.1465.3225.46-
YUV205.8976.14141.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.69%
GREEN value IS 214 (83.98% from 255) = 38.70%
BLUE value IS 114 (44.92% from 255) = 20.61%
R=40.69%
G=38.70%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521411400.050.490.1254.0564.9166.47
HexE1D6720531C364142
Octal34132616205611466101102
Binary111000011101011011100100101110001110011011010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D672; }

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

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

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

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

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

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

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

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