#e9d074

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

Shades of Wild Rice #E9D074

Tints of Wild Rice #E9D074

Color information

#E9D074 (or 0xE9D074) is unknown color: approx Wild Rice. HEX triplet: E9, D0 and 74. RGB value is (233,208,116). Sum of RGB (Red+Green+Blue) = 233+208+116=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 116 (45.70% from 255 or 20.83% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D074 is #162F8B. Grayscale: #CDCDCD. Windows color (decimal): -1453964 or 7655657. OLE color: 7655657.

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

Color convert

RGB233208116-
CMYK00.110.500.09
HSL47.18º72.67%68.43%-
HSV(B)47.18º50.21%91.37%-
XYZ59.3163.725.69-
YUV204.9977.78147.98-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.83%
GREEN value IS 208 (81.64% from 255) = 37.34%
BLUE value IS 116 (45.70% from 255) = 20.83%
R=41.83%
G=37.34%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320811600.110.500.0947.1872.6768.43
HexE9D0740B3292f4944
Octal351320164013621157111104
Binary1110100111010000111010001011110010100110111110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9d074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9d074; }

 p { color: rgb(233,208,116); }

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

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

 a { background-color: rgb(233,208,116); }

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

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

 span { border-color: rgb(233,208,116); }

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