Html Css Color HEX #EAD679 Wild Rice

📋 copy color: '#EAD679'

red 234 ◦ green 214 ◦ blue 121

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

Shades of Wild Rice #EAD679

Tints of Wild Rice #EAD679

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.61%

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

R = 41.12%
G = 37.61%
B = 21.27%

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

#EAD679 (or 0xEAD679) is known color: Wild Rice. HEX triplet: EA, D6 and 79. RGB value is (234,214,121). Sum of RGB (Red+Green+Blue) = 234+214+121=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 121 (47.66% from 255 or 21.27% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD679 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD679 is #152986. Grayscale: #D1D1D1. Windows color (decimal): -1386887 or 7984874. OLE color: 7984874.

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

Color convert

RGB 234 214 121 -
CMYK 0 0.09 0.48 0.08
HSL 49.38º 0.73% 0.7% -
HSV(B) 49.38º 0.48% 0.92% -
XYZ 61.43 66.97 27.78 -
YUV 209.38 78.13 145.56 -
System Red Green Blue C M Y K H S L
Decimal 234 214 121 0 0.09 0.48 0.08 49.38 0.73 0.7
Hex EA D6 79 0 9 30 8 31 49 46
Octal 352 326 171 0 11 60 10 61 111 106
Binary 11101010 11010110 1111001 0 1001 110000 1000 110001 1001001 1000110

Color Harmonies of #EAD679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD679

Black with #EAD679

Text Example


Text Example

White with #EAD679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD679; }

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

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

background-color css

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

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

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

border-color css

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

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

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