#E0CF76

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

Shades of Wild Rice #E0CF76

Tints of Wild Rice #E0CF76

Color information

#E0CF76 (or 0xE0CF76) is unknown color: approx Wild Rice. HEX triplet: E0, CF and 76. RGB value is (224,207,118). Sum of RGB (Red+Green+Blue) = 224+207+118=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 118 (46.48% from 255 or 21.49% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CF76 is #1F3089. Grayscale: #CACACA. Windows color (decimal): -2044042 or 7786464. OLE color: 7786464.

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

Color convert

RGB224207118-
CMYK00.080.470.12
HSL50.38º63.1%67.06%-
HSV(B)50.38º47.32%87.84%-
XYZ56.3261.7826.1-
YUV201.9480.63143.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.80%
GREEN value IS 207 (81.25% from 255) = 37.70%
BLUE value IS 118 (46.48% from 255) = 21.49%
R=40.80%
G=37.70%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420711800.080.470.1250.3863.167.06
HexE0CF76082FC323f43
Octal34031716601057146277103
Binary111000001100111111101100100010111111001100101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CF76; }

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

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

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

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

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

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

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

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