Html Css Color HEX #EED776 Wild Rice

📋 copy color: '#EED776'

red 238 ◦ green 215 ◦ blue 118

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

Shades of Wild Rice #EED776

Tints of Wild Rice #EED776

RGB

 RED value IS 238 (93.36% from 255) = 41.68%

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

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

R = 41.68%
G = 37.65%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EED776 (or 0xEED776) is known color: Wild Rice. HEX triplet: EE, D7 and 76. RGB value is (238,215,118). Sum of RGB (Red+Green+Blue) = 238+215+118=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 118 (46.48% from 255 or 20.67% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EED776 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED776 is #112889. Grayscale: #D3D3D3. Windows color (decimal): -1124490 or 7788526. OLE color: 7788526.

HSL color Cylindrical-coordinate representation of color #EED776: hue angle of 48.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EED776 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 215 118 -
CMYK 0 0.10 0.50 0.07
HSL 48.5º 0.78% 0.7% -
HSV(B) 48.5º 0.5% 0.93% -
XYZ 62.83 68.09 26.97 -
YUV 210.82 75.62 147.39 -
System Red Green Blue C M Y K H S L
Decimal 238 215 118 0 0.10 0.50 0.07 48.5 0.78 0.7
Hex EE D7 76 0 A 32 7 30 4E 46
Octal 356 327 166 0 12 62 7 60 116 106
Binary 11101110 11010111 1110110 0 1010 110010 111 110000 1001110 1000110

Color Harmonies of #EED776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED776

Black with #EED776

Text Example


Text Example

White with #EED776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED776; }

 p { color: rgb(238,215,118); }

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

background-color css

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

 a { background-color: rgb(238,215,118); }

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

border-color css

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

 span { border-color: rgb(238,215,118); }

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