#EED973

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

Shades of Wild Rice #EED973

Tints of Wild Rice #EED973

Color information

#EED973 (or 0xEED973) is unknown color: approx Wild Rice. HEX triplet: EE, D9 and 73. RGB value is (238,217,115). Sum of RGB (Red+Green+Blue) = 238+217+115=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 115 (45.31% from 255 or 20.18% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EED973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED973 is #11268C. Grayscale: #D4D4D4. Windows color (decimal): -1123981 or 7592430. OLE color: 7592430.

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

Color convert

RGB238217115-
CMYK00.090.520.07
HSL49.76º78.34%69.22%-
HSV(B)49.76º51.68%93.33%-
XYZ63.1769.0426.22-
YUV211.6573.46146.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.75%
GREEN value IS 217 (85.16% from 255) = 38.07%
BLUE value IS 115 (45.31% from 255) = 20.18%
R=41.75%
G=38.07%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821711500.090.520.0749.7678.3469.22
HexEED97309347324e45
Octal35633116301164762116105
Binary111011101101100111100110100111010011111001010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED973; }

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

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

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

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

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

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

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

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