#EED676

Color #EED676 Wild Rice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Rice #EED676

Tints of Wild Rice #EED676

Color information

#EED676 (or 0xEED676) is unknown color: approx 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

RGB238214118-
CMYK00.100.500.07
HSL48º77.92%69.8%-
HSV(B)48º50.42%93.33%-
XYZ62.5867.5826.89-
YUV210.2375.95147.81-

RGB Variations

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

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.70%
R=41.75%
G=37.54%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821411800.100.500.074877.9269.8
HexEED6760A327304e46
Octal35632616601262760116106
Binary111011101101011011101100101011001011111000010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>