Html Css Color HEX #EAD576 Wild Rice

📋 copy color: '#EAD576'

red 234 ◦ green 213 ◦ blue 118

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

Shades of Wild Rice #EAD576

Tints of Wild Rice #EAD576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.88%

R = 41.42%
G = 37.7%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAD576 (or 0xEAD576) is known color: Wild Rice. HEX triplet: EA, D5 and 76. RGB value is (234,213,118). Sum of RGB (Red+Green+Blue) = 234+213+118=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD576 is #152A89. Grayscale: #D0D0D0. Windows color (decimal): -1387146 or 7788010. OLE color: 7788010.

HSL color Cylindrical-coordinate representation of color #EAD576: hue angle of 49.14º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAD576 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 213 118 -
CMYK 0 0.09 0.50 0.08
HSL 49.14º 0.73% 0.69% -
HSV(B) 49.14º 0.5% 0.92% -
XYZ 61 66.39 26.74 -
YUV 208.45 76.96 146.22 -
System Red Green Blue C M Y K H S L
Decimal 234 213 118 0 0.09 0.50 0.08 49.14 0.73 0.69
Hex EA D5 76 0 9 32 8 31 49 45
Octal 352 325 166 0 11 62 10 61 111 105
Binary 11101010 11010101 1110110 0 1001 110010 1000 110001 1001001 1000101

Color Harmonies of #EAD576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD576

Black with #EAD576

Text Example


Text Example

White with #EAD576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD576; }

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

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

background-color css

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

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

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

border-color css

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

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

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