Html Css Color HEX #EED676 Wild Rice

📋 copy color: '#EED676'

red 238 ◦ green 214 ◦ blue 118

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

Shades of Wild Rice #EED676

Tints of Wild Rice #EED676

RGB

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

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

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

R = 41.75%
G = 37.54%
B = 20.7%

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

#EED676 (or 0xEED676) is known color: Wild Rice. HEX triplet: EE, D6 and 76. RGB value is (238,214,118). Sum of RGB (Red+Green+Blue) = 238+214+118=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 118 (46.48% from 255 or 20.70% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EED676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED676 is #112989. Grayscale: #D2D2D2. Windows color (decimal): -1124746 or 7788270. OLE color: 7788270.

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

Color convert

RGB 238 214 118 -
CMYK 0 0.10 0.50 0.07
HSL 48º 0.78% 0.7% -
HSV(B) 48º 0.5% 0.93% -
XYZ 62.58 67.58 26.89 -
YUV 210.23 75.95 147.81 -
System Red Green Blue C M Y K H S L
Decimal 238 214 118 0 0.10 0.50 0.07 48 0.78 0.7
Hex EE D6 76 0 A 32 7 30 4E 46
Octal 356 326 166 0 12 62 7 60 116 106
Binary 11101110 11010110 1110110 0 1010 110010 111 110000 1001110 1000110

Color Harmonies of #EED676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED676

Black with #EED676

Text Example


Text Example

White with #EED676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED676; }

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

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

background-color css

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

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

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

border-color css

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

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

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