#EED975

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

Shades of Wild Rice #EED975

Tints of Wild Rice #EED975

Color information

#EED975 (or 0xEED975) is unknown color: approx Wild Rice. HEX triplet: EE, D9 and 75. RGB value is (238,217,117). Sum of RGB (Red+Green+Blue) = 238+217+117=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 117 (46.09% from 255 or 20.45% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EED975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED975 is #11268A. Grayscale: #D4D4D4. Windows color (decimal): -1123979 or 7723502. OLE color: 7723502.

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

Color convert

RGB238217117-
CMYK00.090.510.07
HSL49.59º78.06%69.61%-
HSV(B)49.59º50.84%93.33%-
XYZ63.2869.0926.83-
YUV211.8874.46146.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.61%
GREEN value IS 217 (85.16% from 255) = 37.94%
BLUE value IS 117 (46.09% from 255) = 20.45%
R=41.61%
G=37.94%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821711700.090.510.0749.5978.0669.61
HexEED97509337324e46
Octal35633116501163762116106
Binary111011101101100111101010100111001111111001010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED975; }

 p { color: rgb(238,217,117); }

 H1.HeaderClassName
 {
   color: #EED975;
 }
 .AnyTagClassName
 {
   color: #EED975;
 }
</style>
background-color css

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

 a { background-color: rgb(238,217,117); }

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

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

 span { border-color: rgb(238,217,117); }

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