Html Css Color HEX #EAD179 Wild Rice

📋 copy color: '#EAD179'

red 234 ◦ green 209 ◦ blue 121

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

Shades of Wild Rice #EAD179

Tints of Wild Rice #EAD179

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.06%

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

R = 41.49%
G = 37.06%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EAD179 (or 0xEAD179) is known color: Wild Rice. HEX triplet: EA, D1 and 79. RGB value is (234,209,121). Sum of RGB (Red+Green+Blue) = 234+209+121=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 209 (82.03% from 255 or 37.06% from 564); Blue value is 121 (47.66% from 255 or 21.45% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD179 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD179 is #152E86. Grayscale: #CECECE. Windows color (decimal): -1388167 or 7983594. OLE color: 7983594.

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

Color convert

RGB 234 209 121 -
CMYK 0 0.11 0.48 0.08
HSL 46.73º 0.73% 0.7% -
HSV(B) 46.73º 0.48% 0.92% -
XYZ 60.18 64.47 27.36 -
YUV 206.44 79.78 147.66 -
System Red Green Blue C M Y K H S L
Decimal 234 209 121 0 0.11 0.48 0.08 46.73 0.73 0.7
Hex EA D1 79 0 B 30 8 2F 49 46
Octal 352 321 171 0 13 60 10 57 111 106
Binary 11101010 11010001 1111001 0 1011 110000 1000 101111 1001001 1000110

Color Harmonies of #EAD179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD179

Black with #EAD179

Text Example


Text Example

White with #EAD179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD179; }

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

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

background-color css

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

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

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

border-color css

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

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

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