#EAD979

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

Shades of Wild Rice #EAD979

Tints of Wild Rice #EAD979

Color information

#EAD979 (or 0xEAD979) is unknown color: approx Wild Rice. HEX triplet: EA, D9 and 79. RGB value is (234,217,121). Sum of RGB (Red+Green+Blue) = 234+217+121=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 121 (47.66% from 255 or 21.15% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD979 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD979 is #152686. Grayscale: #D3D3D3. Windows color (decimal): -1386119 or 7985642. OLE color: 7985642.

HSL color Cylindrical-coordinate representation of color #EAD979: hue angle of 50.97º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAD979 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB234217121-
CMYK00.070.480.08
HSL50.97º72.9%69.61%-
HSV(B)50.97º48.29%91.76%-
XYZ62.268.528.03-
YUV211.1477.13144.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.91%
GREEN value IS 217 (85.16% from 255) = 37.94%
BLUE value IS 121 (47.66% from 255) = 21.15%
R=40.91%
G=37.94%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421712100.070.480.0850.9772.969.61
HexEAD97907308334946
Octal35233117107601063111106
Binary111010101101100111110010111110000100011001110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD979; }

 p { color: rgb(234,217,121); }

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

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

 a { background-color: rgb(234,217,121); }

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

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

 span { border-color: rgb(234,217,121); }

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