#E5CF78

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

Shades of Wild Rice #E5CF78

Tints of Wild Rice #E5CF78

Color information

#E5CF78 (or 0xE5CF78) is unknown color: approx Wild Rice. HEX triplet: E5, CF and 78. RGB value is (229,207,120). Sum of RGB (Red+Green+Blue) = 229+207+120=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 120 (47.27% from 255 or 21.58% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CF78 is #1A3087. Grayscale: #CCCCCC. Windows color (decimal): -1716360 or 7917541. OLE color: 7917541.

HSL color Cylindrical-coordinate representation of color #E5CF78: hue angle of 47.89º 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 #E5CF78 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB229207120-
CMYK00.100.480.10
HSL47.89º67.7%68.43%-
HSV(B)47.89º47.6%89.8%-
XYZ58.0262.6426.8-
YUV203.6680.79146.07-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.19%
GREEN value IS 207 (81.25% from 255) = 37.23%
BLUE value IS 120 (47.27% from 255) = 21.58%
R=41.19%
G=37.23%
B=21.58%

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
Decimal22920712000.100.480.1047.8967.768.43
HexE5CF780A30A304444
Octal345317170012601260104104
Binary1110010111001111111100001010110000101011000010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CF78; }

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

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

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

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

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

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

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

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