Html Css Color HEX #EED576 Wild Rice

📋 copy color: '#EED576'

red 238 ◦ green 213 ◦ blue 118

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

Shades of Wild Rice #EED576

Tints of Wild Rice #EED576

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.43%

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

R = 41.83%
G = 37.43%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EED576 (or 0xEED576) is known color: Wild Rice. HEX triplet: EE, D5 and 76. RGB value is (238,213,118). Sum of RGB (Red+Green+Blue) = 238+213+118=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EED576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED576 is #112A89. Grayscale: #D2D2D2. Windows color (decimal): -1125002 or 7788014. OLE color: 7788014.

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

Color convert

RGB 238 213 118 -
CMYK 0 0.11 0.50 0.07
HSL 47.5º 0.78% 0.7% -
HSV(B) 47.5º 0.5% 0.93% -
XYZ 62.32 67.07 26.8 -
YUV 209.65 76.28 148.22 -
System Red Green Blue C M Y K H S L
Decimal 238 213 118 0 0.11 0.50 0.07 47.5 0.78 0.7
Hex EE D5 76 0 B 32 7 30 4E 46
Octal 356 325 166 0 13 62 7 60 116 106
Binary 11101110 11010101 1110110 0 1011 110010 111 110000 1001110 1000110

Color Harmonies of #EED576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED576

Black with #EED576

Text Example


Text Example

White with #EED576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED576; }

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

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

background-color css

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

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

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

border-color css

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

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

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