#E0CE72

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

Shades of Wild Rice #E0CE72

Tints of Wild Rice #E0CE72

Color information

#E0CE72 (or 0xE0CE72) is unknown color: approx Wild Rice. HEX triplet: E0, CE and 72. RGB value is (224,206,114). Sum of RGB (Red+Green+Blue) = 224+206+114=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 114 (44.92% from 255 or 20.96% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CE72 is #1F318D. Grayscale: #C9C9C9. Windows color (decimal): -2044302 or 7524064. OLE color: 7524064.

HSL color Cylindrical-coordinate representation of color #E0CE72: hue angle of 50.18º 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 #E0CE72 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB224206114-
CMYK00.080.490.12
HSL50.18º63.95%66.27%-
HSV(B)50.18º49.11%87.84%-
XYZ55.8561.224.79-
YUV200.8978.96144.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 206 (80.86% from 255) = 37.87%
BLUE value IS 114 (44.92% from 255) = 20.96%
R=41.18%
G=37.87%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420611400.080.490.1250.1863.9566.27
HexE0CE720831C324042
Octal340316162010611462100102
Binary1110000011001110111001001000110001110011001010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CE72; }

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

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

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

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

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

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

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

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