Html Css Color HEX #EED876 Wild Rice

📋 copy color: '#EED876'

red 238 ◦ green 216 ◦ blue 118

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

Shades of Wild Rice #EED876

Tints of Wild Rice #EED876

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.76%

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

R = 41.61%
G = 37.76%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EED876 (or 0xEED876) is known color: Wild Rice. HEX triplet: EE, D8 and 76. RGB value is (238,216,118). Sum of RGB (Red+Green+Blue) = 238+216+118=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 118 (46.48% from 255 or 20.63% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EED876 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED876 is #112789. Grayscale: #D3D3D3. Windows color (decimal): -1124234 or 7788782. OLE color: 7788782.

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

Color convert

RGB 238 216 118 -
CMYK 0 0.09 0.50 0.07
HSL 49º 0.78% 0.7% -
HSV(B) 49º 0.5% 0.93% -
XYZ 63.09 68.6 27.06 -
YUV 211.41 75.29 146.97 -
System Red Green Blue C M Y K H S L
Decimal 238 216 118 0 0.09 0.50 0.07 49 0.78 0.7
Hex EE D8 76 0 9 32 7 31 4E 46
Octal 356 330 166 0 11 62 7 61 116 106
Binary 11101110 11011000 1110110 0 1001 110010 111 110001 1001110 1000110

Color Harmonies of #EED876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED876

Black with #EED876

Text Example


Text Example

White with #EED876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED876; }

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

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

background-color css

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

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

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

border-color css

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

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

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