#E5CF76

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

Shades of Wild Rice #E5CF76

Tints of Wild Rice #E5CF76

Color information

#E5CF76 (or 0xE5CF76) is unknown color: approx Wild Rice. HEX triplet: E5, CF and 76. RGB value is (229,207,118). Sum of RGB (Red+Green+Blue) = 229+207+118=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 118 (46.48% from 255 or 21.30% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CF76 is #1A3089. Grayscale: #CBCBCB. Windows color (decimal): -1716362 or 7786469. OLE color: 7786469.

HSL color Cylindrical-coordinate representation of color #E5CF76: hue angle of 48.11º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5CF76 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB229207118-
CMYK00.100.480.10
HSL48.11º68.1%68.04%-
HSV(B)48.11º48.47%89.8%-
XYZ57.962.5926.17-
YUV203.4379.79146.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.34%
GREEN value IS 207 (81.25% from 255) = 37.36%
BLUE value IS 118 (46.48% from 255) = 21.30%
R=41.34%
G=37.36%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920711800.100.480.1048.1168.168.04
HexE5CF760A30A304444
Octal345317166012601260104104
Binary1110010111001111111011001010110000101011000010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CF76; }

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

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

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

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

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

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

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

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