#E9D978

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

Shades of Wild Rice #E9D978

Tints of Wild Rice #E9D978

Color information

#E9D978 (or 0xE9D978) is unknown color: approx Wild Rice. HEX triplet: E9, D9 and 78. RGB value is (233,217,120). Sum of RGB (Red+Green+Blue) = 233+217+120=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 120 (47.27% from 255 or 21.05% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D978 is #162687. Grayscale: #D3D3D3. Windows color (decimal): -1451656 or 7920105. OLE color: 7920105.

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

Color convert

RGB233217120-
CMYK00.070.480.09
HSL51.5º71.97%69.22%-
HSV(B)51.5º48.5%91.37%-
XYZ61.8168.3127.7-
YUV210.7376.8143.89-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.88%
GREEN value IS 217 (85.16% from 255) = 38.07%
BLUE value IS 120 (47.27% from 255) = 21.05%
R=40.88%
G=38.07%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321712000.070.480.0951.571.9769.22
HexE9D97807309344845
Octal35133117007601164110105
Binary111010011101100111110000111110000100111010010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D978; }

 p { color: rgb(233,217,120); }

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

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

 a { background-color: rgb(233,217,120); }

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

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

 span { border-color: rgb(233,217,120); }

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