#E0D370

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

Shades of Wild Rice #E0D370

Tints of Wild Rice #E0D370

Color information

#E0D370 (or 0xE0D370) is unknown color: approx Wild Rice. HEX triplet: E0, D3 and 70. RGB value is (224,211,112). Sum of RGB (Red+Green+Blue) = 224+211+112=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D370 is #1F2C8F. Grayscale: #CCCCCC. Windows color (decimal): -2043024 or 7394272. OLE color: 7394272.

HSL color Cylindrical-coordinate representation of color #E0D370: hue angle of 53.04º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0D370 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB224211112-
CMYK00.060.500.12
HSL53.04º64.37%65.88%-
HSV(B)53.04º50%87.84%-
XYZ56.9663.6124.6-
YUV203.676.31142.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.95%
GREEN value IS 211 (82.81% from 255) = 38.57%
BLUE value IS 112 (44.14% from 255) = 20.48%
R=40.95%
G=38.57%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421111200.060.500.1253.0464.3765.88
HexE0D3700632C354042
Octal34032316006621465100102
Binary111000001101001111100000110110010110011010110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D370; }

 p { color: rgb(224,211,112); }

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

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

 a { background-color: rgb(224,211,112); }

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

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

 span { border-color: rgb(224,211,112); }

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