#EAD479

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

Shades of Wild Rice #EAD479

Tints of Wild Rice #EAD479

Color information

#EAD479 (or 0xEAD479) is unknown color: approx Wild Rice. HEX triplet: EA, D4 and 79. RGB value is (234,212,121). Sum of RGB (Red+Green+Blue) = 234+212+121=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 121 (47.66% from 255 or 21.34% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD479 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD479 is #152B86. Grayscale: #D0D0D0. Windows color (decimal): -1387399 or 7984362. OLE color: 7984362.

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

Color convert

RGB234212121-
CMYK00.090.480.08
HSL48.32º72.9%69.61%-
HSV(B)48.32º48.29%91.76%-
XYZ60.9365.9627.61-
YUV208.278.79146.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 212 (83.20% from 255) = 37.39%
BLUE value IS 121 (47.66% from 255) = 21.34%
R=41.27%
G=37.39%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421212100.090.480.0848.3272.969.61
HexEAD47909308304946
Octal352324171011601060111106
Binary1110101011010100111100101001110000100011000010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD479; }

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

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

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

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

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

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

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

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