#E0D47D

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

Shades of Wild Rice #E0D47D

Tints of Wild Rice #E0D47D

Color information

#E0D47D (or 0xE0D47D) is unknown color: approx Wild Rice. HEX triplet: E0, D4 and 7D. RGB value is (224,212,125). Sum of RGB (Red+Green+Blue) = 224+212+125=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D47D is #1F2B82. Grayscale: #CECECE. Windows color (decimal): -2042755 or 8246496. OLE color: 8246496.

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

Color convert

RGB224212125-
CMYK00.050.440.12
HSL52.73º61.49%68.43%-
HSV(B)52.73º44.2%87.84%-
XYZ57.9964.4128.78-
YUV205.6782.48141.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.93%
GREEN value IS 212 (83.20% from 255) = 37.79%
BLUE value IS 125 (49.22% from 255) = 22.28%
R=39.93%
G=37.79%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421212500.050.440.1252.7361.4968.43
HexE0D47D052CC353d44
Octal3403241750554146575104
Binary11100000110101001111101010110110011001101011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D47D; }

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

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

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

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

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

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

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

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