#E1D47D

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

Shades of Wild Rice #E1D47D

Tints of Wild Rice #E1D47D

Color information

#E1D47D (or 0xE1D47D) is unknown color: approx Wild Rice. HEX triplet: E1, D4 and 7D. RGB value is (225,212,125). Sum of RGB (Red+Green+Blue) = 225+212+125=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D47D is #1E2B82. Grayscale: #CECECE. Windows color (decimal): -1977219 or 8246497. OLE color: 8246497.

HSL color Cylindrical-coordinate representation of color #E1D47D: hue angle of 52.2º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1D47D is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB225212125-
CMYK00.060.440.12
HSL52.2º62.5%68.63%-
HSV(B)52.2º44.44%88.24%-
XYZ58.364.5828.79-
YUV205.9782.31141.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.04%
GREEN value IS 212 (83.20% from 255) = 37.72%
BLUE value IS 125 (49.22% from 255) = 22.24%
R=40.04%
G=37.72%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521212500.060.440.1252.262.568.63
HexE1D47D062CC343e45
Octal3413241750654146476105
Binary11100001110101001111101011010110011001101001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D47D; }

 p { color: rgb(225,212,125); }

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

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

 a { background-color: rgb(225,212,125); }

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

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

 span { border-color: rgb(225,212,125); }

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