#E9D96E

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

Shades of Wild Rice #E9D96E

Tints of Wild Rice #E9D96E

Color information

#E9D96E (or 0xE9D96E) is unknown color: approx Wild Rice. HEX triplet: E9, D9 and 6E. RGB value is (233,217,110). Sum of RGB (Red+Green+Blue) = 233+217+110=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 110 (43.36% from 255 or 19.64% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D96E is #162691. Grayscale: #D2D2D2. Windows color (decimal): -1451666 or 7264745. OLE color: 7264745.

HSL color Cylindrical-coordinate representation of color #E9D96E: hue angle of 52.2º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E9D96E is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB233217110-
CMYK00.070.530.09
HSL52.2º73.65%67.25%-
HSV(B)52.2º52.79%91.37%-
XYZ61.2368.0824.66-
YUV209.5971.8144.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.61%
GREEN value IS 217 (85.16% from 255) = 38.75%
BLUE value IS 110 (43.36% from 255) = 19.64%
R=41.61%
G=38.75%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321711000.070.530.0952.273.6567.25
HexE9D96E07359344a43
Octal35133115607651164112103
Binary111010011101100111011100111110101100111010010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D96E; }

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

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

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

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

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

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

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

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