Html Css Color HEX #EAD579 Wild Rice

📋 copy color: '#EAD579'

red 234 ◦ green 213 ◦ blue 121

#EAD579
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Rice #EAD579

Tints of Wild Rice #EAD579

RGB

 RED value IS 234 (91.8% from 255) = 41.2%

 GREEN value IS 213 (83.59% from 255) = 37.5%

 BLUE value IS 121 (47.66% from 255) = 21.3%

R = 41.2%
G = 37.5%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EAD579 (or 0xEAD579) is known color: Wild Rice. HEX triplet: EA, D5 and 79. RGB value is (234,213,121). Sum of RGB (Red+Green+Blue) = 234+213+121=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 121 (47.66% from 255 or 21.30% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD579 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD579 is #152A86. Grayscale: #D1D1D1. Windows color (decimal): -1387143 or 7984618. OLE color: 7984618.

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

Color convert

RGB 234 213 121 -
CMYK 0 0.09 0.48 0.08
HSL 48.85º 0.73% 0.7% -
HSV(B) 48.85º 0.48% 0.92% -
XYZ 61.18 66.46 27.69 -
YUV 208.79 78.46 145.98 -
System Red Green Blue C M Y K H S L
Decimal 234 213 121 0 0.09 0.48 0.08 48.85 0.73 0.7
Hex EA D5 79 0 9 30 8 31 49 46
Octal 352 325 171 0 11 60 10 61 111 106
Binary 11101010 11010101 1111001 0 1001 110000 1000 110001 1001001 1000110

Color Harmonies of #EAD579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD579

Black with #EAD579

Text Example


Text Example

White with #EAD579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD579; }

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

 H1.HeaderClassName
 {
   color: #EAD579;
 }
 .AnyTagClassName
 {
   color: #EAD579;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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