Html Css Color HEX #EAD676 Wild Rice

📋 copy color: '#EAD676'

red 234 ◦ green 214 ◦ blue 118

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

Shades of Wild Rice #EAD676

Tints of Wild Rice #EAD676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.85%

R = 41.34%
G = 37.81%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAD676 (or 0xEAD676) is known color: Wild Rice. HEX triplet: EA, D6 and 76. RGB value is (234,214,118). Sum of RGB (Red+Green+Blue) = 234+214+118=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 118 (46.48% from 255 or 20.85% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD676 is #152989. Grayscale: #D1D1D1. Windows color (decimal): -1386890 or 7788266. OLE color: 7788266.

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

Color convert

RGB 234 214 118 -
CMYK 0 0.09 0.50 0.08
HSL 49.66º 0.73% 0.69% -
HSV(B) 49.66º 0.5% 0.92% -
XYZ 61.25 66.89 26.82 -
YUV 209.04 76.63 145.81 -
System Red Green Blue C M Y K H S L
Decimal 234 214 118 0 0.09 0.50 0.08 49.66 0.73 0.69
Hex EA D6 76 0 9 32 8 32 49 45
Octal 352 326 166 0 11 62 10 62 111 105
Binary 11101010 11010110 1110110 0 1001 110010 1000 110010 1001001 1000101

Color Harmonies of #EAD676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD676

Black with #EAD676

Text Example


Text Example

White with #EAD676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD676; }

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

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

background-color css

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

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

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

border-color css

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

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

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