#E0CC77

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

Shades of Wild Rice #E0CC77

Tints of Wild Rice #E0CC77

Color information

#E0CC77 (or 0xE0CC77) is unknown color: approx Wild Rice. HEX triplet: E0, CC and 77. RGB value is (224,204,119). Sum of RGB (Red+Green+Blue) = 224+204+119=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CC77 is #1F3388. Grayscale: #C8C8C8. Windows color (decimal): -2044809 or 7851232. OLE color: 7851232.

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

Color convert

RGB224204119-
CMYK00.090.470.12
HSL48.57º62.87%67.25%-
HSV(B)48.57º46.88%87.84%-
XYZ55.6660.3626.17-
YUV200.2982.13144.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.95%
GREEN value IS 204 (80.08% from 255) = 37.29%
BLUE value IS 119 (46.88% from 255) = 21.76%
R=40.95%
G=37.29%
B=21.76%

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
Decimal22420411900.090.470.1248.5762.8767.25
HexE0CC77092FC313f43
Octal34031416701157146177103
Binary111000001100110011101110100110111111001100011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CC77; }

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

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

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

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

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

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

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

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