Html Css Color HEX #EAD677 Wild Rice

📋 copy color: '#EAD677'

red 234 ◦ green 214 ◦ blue 119

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

Shades of Wild Rice #EAD677

Tints of Wild Rice #EAD677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.99%

R = 41.27%
G = 37.74%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAD677 (or 0xEAD677) is known color: Wild Rice. HEX triplet: EA, D6 and 77. RGB value is (234,214,119). Sum of RGB (Red+Green+Blue) = 234+214+119=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 119 (46.88% from 255 or 20.99% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD677 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD677 is #152988. Grayscale: #D1D1D1. Windows color (decimal): -1386889 or 7853802. OLE color: 7853802.

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

Color convert

RGB 234 214 119 -
CMYK 0 0.09 0.49 0.08
HSL 49.57º 0.73% 0.69% -
HSV(B) 49.57º 0.49% 0.92% -
XYZ 61.31 66.92 27.14 -
YUV 209.15 77.13 145.72 -
System Red Green Blue C M Y K H S L
Decimal 234 214 119 0 0.09 0.49 0.08 49.57 0.73 0.69
Hex EA D6 77 0 9 31 8 32 49 45
Octal 352 326 167 0 11 61 10 62 111 105
Binary 11101010 11010110 1110111 0 1001 110001 1000 110010 1001001 1000101

Color Harmonies of #EAD677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD677

Black with #EAD677

Text Example


Text Example

White with #EAD677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD677; }

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

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

background-color css

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

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

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

border-color css

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

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

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