#E9D575

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

Shades of Wild Rice #E9D575

Tints of Wild Rice #E9D575

Color information

#E9D575 (or 0xE9D575) is unknown color: approx Wild Rice. HEX triplet: E9, D5 and 75. RGB value is (233,213,117). Sum of RGB (Red+Green+Blue) = 233+213+117=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 117 (46.09% from 255 or 20.78% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D575 is #162A8A. Grayscale: #D0D0D0. Windows color (decimal): -1452683 or 7722473. OLE color: 7722473.

HSL color Cylindrical-coordinate representation of color #E9D575: hue angle of 49.66º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E9D575 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB233213117-
CMYK00.090.500.09
HSL49.66º72.5%68.63%-
HSV(B)49.66º49.79%91.37%-
XYZ60.6166.226.41-
YUV208.0476.63145.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.39%
GREEN value IS 213 (83.59% from 255) = 37.83%
BLUE value IS 117 (46.09% from 255) = 20.78%
R=41.39%
G=37.83%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321311700.090.500.0949.6672.568.63
HexE9D57509329324845
Octal351325165011621162110105
Binary1110100111010101111010101001110010100111001010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D575; }

 p { color: rgb(233,213,117); }

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

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

 a { background-color: rgb(233,213,117); }

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

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

 span { border-color: rgb(233,213,117); }

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