Html Css Color HEX #EAD279 Wild Rice

📋 copy color: '#EAD279'

red 234 ◦ green 210 ◦ blue 121

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

Shades of Wild Rice #EAD279

Tints of Wild Rice #EAD279

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.17%

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

R = 41.42%
G = 37.17%
B = 21.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EAD279 (or 0xEAD279) is known color: Wild Rice. HEX triplet: EA, D2 and 79. RGB value is (234,210,121). Sum of RGB (Red+Green+Blue) = 234+210+121=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 121 (47.66% from 255 or 21.42% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD279 is #152D86. Grayscale: #CFCFCF. Windows color (decimal): -1387911 or 7983850. OLE color: 7983850.

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

Color convert

RGB 234 210 121 -
CMYK 0 0.10 0.48 0.08
HSL 47.26º 0.73% 0.7% -
HSV(B) 47.26º 0.48% 0.92% -
XYZ 60.43 64.97 27.44 -
YUV 207.03 79.45 147.24 -
System Red Green Blue C M Y K H S L
Decimal 234 210 121 0 0.10 0.48 0.08 47.26 0.73 0.7
Hex EA D2 79 0 A 30 8 2F 49 46
Octal 352 322 171 0 12 60 10 57 111 106
Binary 11101010 11010010 1111001 0 1010 110000 1000 101111 1001001 1000110

Color Harmonies of #EAD279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD279

Black with #EAD279

Text Example


Text Example

White with #EAD279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD279; }

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

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

background-color css

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

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

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

border-color css

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

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

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