#E9D279

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

Shades of Wild Rice #E9D279

Tints of Wild Rice #E9D279

Color information

#E9D279 (or 0xE9D279) is unknown color: approx Wild Rice. HEX triplet: E9, D2 and 79. RGB value is (233,210,121). Sum of RGB (Red+Green+Blue) = 233+210+121=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 121 (47.66% from 255 or 21.45% from 564); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D279 is #162D86. Grayscale: #CFCFCF. Windows color (decimal): -1453447 or 7983849. OLE color: 7983849.

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

Color convert

RGB233210121-
CMYK00.100.480.09
HSL47.68º71.79%69.41%-
HSV(B)47.68º48.07%91.37%-
XYZ60.164.827.43-
YUV206.7379.62146.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.31%
GREEN value IS 210 (82.42% from 255) = 37.23%
BLUE value IS 121 (47.66% from 255) = 21.45%
R=41.31%
G=37.23%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321012100.100.480.0947.6871.7969.41
HexE9D2790A309304845
Octal351322171012601160110105
Binary1110100111010010111100101010110000100111000010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D279; }

 p { color: rgb(233,210,121); }

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

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

 a { background-color: rgb(233,210,121); }

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

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

 span { border-color: rgb(233,210,121); }

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