Html Css Color HEX #EAD779 Wild Rice

📋 copy color: '#EAD779'

red 234 ◦ green 215 ◦ blue 121

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

Shades of Wild Rice #EAD779

Tints of Wild Rice #EAD779

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.72%

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

R = 41.05%
G = 37.72%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EAD779 (or 0xEAD779) is known color: Wild Rice. HEX triplet: EA, D7 and 79. RGB value is (234,215,121). Sum of RGB (Red+Green+Blue) = 234+215+121=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 121 (47.66% from 255 or 21.23% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD779 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD779 is #152886. Grayscale: #D2D2D2. Windows color (decimal): -1386631 or 7985130. OLE color: 7985130.

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

Color convert

RGB 234 215 121 -
CMYK 0 0.08 0.48 0.08
HSL 49.91º 0.73% 0.7% -
HSV(B) 49.91º 0.48% 0.92% -
XYZ 61.68 67.47 27.86 -
YUV 209.97 77.79 145.14 -
System Red Green Blue C M Y K H S L
Decimal 234 215 121 0 0.08 0.48 0.08 49.91 0.73 0.7
Hex EA D7 79 0 8 30 8 32 49 46
Octal 352 327 171 0 10 60 10 62 111 106
Binary 11101010 11010111 1111001 0 1000 110000 1000 110010 1001001 1000110

Color Harmonies of #EAD779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD779

Black with #EAD779

Text Example


Text Example

White with #EAD779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD779; }

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

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

background-color css

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

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

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

border-color css

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

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

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