#E0CC72

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

Shades of Wild Rice #E0CC72

Tints of Wild Rice #E0CC72

Color information

#E0CC72 (or 0xE0CC72) is unknown color: approx Wild Rice. HEX triplet: E0, CC and 72. RGB value is (224,204,114). Sum of RGB (Red+Green+Blue) = 224+204+114=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CC72 is #1F338D. Grayscale: #C8C8C8. Windows color (decimal): -2044814 or 7523552. OLE color: 7523552.

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

Color convert

RGB224204114-
CMYK00.090.490.12
HSL49.09º63.95%66.27%-
HSV(B)49.09º49.11%87.84%-
XYZ55.3760.2524.63-
YUV199.7279.63145.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.33%
GREEN value IS 204 (80.08% from 255) = 37.64%
BLUE value IS 114 (44.92% from 255) = 21.03%
R=41.33%
G=37.64%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420411400.090.490.1249.0963.9566.27
HexE0CC720931C314042
Octal340314162011611461100102
Binary1110000011001100111001001001110001110011000110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CC72; }

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

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

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

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

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

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

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

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