#E9D870

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

Shades of Wild Rice #E9D870

Tints of Wild Rice #E9D870

Color information

#E9D870 (or 0xE9D870) is unknown color: approx Wild Rice. HEX triplet: E9, D8 and 70. RGB value is (233,216,112). Sum of RGB (Red+Green+Blue) = 233+216+112=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D870 is #16278F. Grayscale: #D1D1D1. Windows color (decimal): -1451920 or 7395561. OLE color: 7395561.

HSL color Cylindrical-coordinate representation of color #E9D870: hue angle of 51.57º 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 #E9D870 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB233216112-
CMYK00.070.520.09
HSL51.57º73.33%67.65%-
HSV(B)51.57º51.93%91.37%-
XYZ61.0867.6125.16-
YUV209.2373.13144.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.53%
GREEN value IS 216 (84.77% from 255) = 38.50%
BLUE value IS 112 (44.14% from 255) = 19.96%
R=41.53%
G=38.50%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321611200.070.520.0951.5773.3367.65
HexE9D87007349344944
Octal35133016007641164111104
Binary111010011101100011100000111110100100111010010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D870; }

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

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

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

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

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

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

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

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