#E1CC77

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

Shades of Wild Rice #E1CC77

Tints of Wild Rice #E1CC77

Color information

#E1CC77 (or 0xE1CC77) is unknown color: approx Wild Rice. HEX triplet: E1, CC and 77. RGB value is (225,204,119). Sum of RGB (Red+Green+Blue) = 225+204+119=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 119 (46.88% from 255 or 21.72% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CC77 is #1E3388. Grayscale: #C8C8C8. Windows color (decimal): -1979273 or 7851233. OLE color: 7851233.

HSL color Cylindrical-coordinate representation of color #E1CC77: hue angle of 48.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E1CC77 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB225204119-
CMYK00.090.470.12
HSL48.11º63.86%67.45%-
HSV(B)48.11º47.11%88.24%-
XYZ55.9760.5326.19-
YUV200.5981.96145.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.06%
GREEN value IS 204 (80.08% from 255) = 37.23%
BLUE value IS 119 (46.88% from 255) = 21.72%
R=41.06%
G=37.23%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520411900.090.470.1248.1163.8667.45
HexE1CC77092FC304043
Octal341314167011571460100103
Binary1110000111001100111011101001101111110011000010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CC77; }

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

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

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

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

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

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

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

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