#E1CC70

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

Shades of Wild Rice #E1CC70

Tints of Wild Rice #E1CC70

Color information

#E1CC70 (or 0xE1CC70) is unknown color: approx Wild Rice. HEX triplet: E1, CC and 70. RGB value is (225,204,112). Sum of RGB (Red+Green+Blue) = 225+204+112=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CC70 is #1E338F. Grayscale: #C8C8C8. Windows color (decimal): -1979280 or 7392481. OLE color: 7392481.

HSL color Cylindrical-coordinate representation of color #E1CC70: hue angle of 48.85º degrees, saturation: 0.65, 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 #E1CC70 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB225204112-
CMYK00.090.500.12
HSL48.85º65.32%66.08%-
HSV(B)48.85º50.22%88.24%-
XYZ55.5760.3624.05-
YUV199.7978.46145.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.59%
GREEN value IS 204 (80.08% from 255) = 37.71%
BLUE value IS 112 (44.14% from 255) = 20.70%
R=41.59%
G=37.71%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520411200.090.500.1248.8565.3266.08
HexE1CC700932C314142
Octal341314160011621461101102
Binary1110000111001100111000001001110010110011000110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CC70; }

 p { color: rgb(225,204,112); }

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

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

 a { background-color: rgb(225,204,112); }

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

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

 span { border-color: rgb(225,204,112); }

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