Html Css Color HEX #EAD976 Wild Rice

📋 copy color: '#EAD976'

red 234 ◦ green 217 ◦ blue 118

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

Shades of Wild Rice #EAD976

Tints of Wild Rice #EAD976

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.14%

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

R = 41.12%
G = 38.14%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAD976 (or 0xEAD976) is known color: Wild Rice. HEX triplet: EA, D9 and 76. RGB value is (234,217,118). Sum of RGB (Red+Green+Blue) = 234+217+118=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD976 is #152689. Grayscale: #D3D3D3. Windows color (decimal): -1386122 or 7789034. OLE color: 7789034.

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

Color convert

RGB 234 217 118 -
CMYK 0 0.07 0.50 0.08
HSL 51.21º 0.73% 0.69% -
HSV(B) 51.21º 0.5% 0.92% -
XYZ 62.01 68.43 27.08 -
YUV 210.8 75.63 144.55 -
System Red Green Blue C M Y K H S L
Decimal 234 217 118 0 0.07 0.50 0.08 51.21 0.73 0.69
Hex EA D9 76 0 7 32 8 33 49 45
Octal 352 331 166 0 7 62 10 63 111 105
Binary 11101010 11011001 1110110 0 111 110010 1000 110011 1001001 1000101

Color Harmonies of #EAD976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD976

Black with #EAD976

Text Example


Text Example

White with #EAD976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD976; }

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

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

background-color css

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

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

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

border-color css

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

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

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