#E9D370

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

Shades of Wild Rice #E9D370

Tints of Wild Rice #E9D370

Color information

#E9D370 (or 0xE9D370) is unknown color: approx Wild Rice. HEX triplet: E9, D3 and 70. RGB value is (233,211,112). Sum of RGB (Red+Green+Blue) = 233+211+112=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D370 is #162C8F. Grayscale: #CECECE. Windows color (decimal): -1453200 or 7394281. OLE color: 7394281.

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

Color convert

RGB233211112-
CMYK00.090.520.09
HSL49.09º73.33%67.65%-
HSV(B)49.09º51.93%91.37%-
XYZ59.8265.0824.74-
YUV206.2974.79147.05-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.91%
GREEN value IS 211 (82.81% from 255) = 37.95%
BLUE value IS 112 (44.14% from 255) = 20.14%
R=41.91%
G=37.95%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321111200.090.520.0949.0973.3367.65
HexE9D37009349314944
Octal351323160011641161111104
Binary1110100111010011111000001001110100100111000110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D370; }

 p { color: rgb(233,211,112); }

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

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

 a { background-color: rgb(233,211,112); }

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

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

 span { border-color: rgb(233,211,112); }

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