#E0CF74

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

Shades of Wild Rice #E0CF74

Tints of Wild Rice #E0CF74

Color information

#E0CF74 (or 0xE0CF74) is unknown color: approx Wild Rice. HEX triplet: E0, CF and 74. RGB value is (224,207,116). Sum of RGB (Red+Green+Blue) = 224+207+116=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CF74 is #1F308B. Grayscale: #CACACA. Windows color (decimal): -2044044 or 7655392. OLE color: 7655392.

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

Color convert

RGB224207116-
CMYK00.080.480.12
HSL50.56º63.53%66.67%-
HSV(B)50.56º48.21%87.84%-
XYZ56.2161.7325.48-
YUV201.7179.63143.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.95%
GREEN value IS 207 (81.25% from 255) = 37.84%
BLUE value IS 116 (45.70% from 255) = 21.21%
R=40.95%
G=37.84%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420711600.080.480.1250.5663.5366.67
HexE0CF740830C334043
Octal340317164010601463100103
Binary1110000011001111111010001000110000110011001110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CF74; }

 p { color: rgb(224,207,116); }

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

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

 a { background-color: rgb(224,207,116); }

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

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

 span { border-color: rgb(224,207,116); }

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