#E9DD6C

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

Shades of Wild Rice #E9DD6C

Tints of Wild Rice #E9DD6C

Color information

#E9DD6C (or 0xE9DD6C) is unknown color: approx Wild Rice. HEX triplet: E9, DD and 6C. RGB value is (233,221,108). Sum of RGB (Red+Green+Blue) = 233+221+108=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 108 (42.58% from 255 or 19.22% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DD6C is #162293. Grayscale: #D4D4D4. Windows color (decimal): -1450644 or 7134697. OLE color: 7134697.

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

Color convert

RGB233221108-
CMYK00.050.540.09
HSL54.24º73.96%66.86%-
HSV(B)54.24º53.65%91.37%-
XYZ62.1770.1224.45-
YUV211.7169.48143.19-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.46%
GREEN value IS 221 (86.72% from 255) = 39.32%
BLUE value IS 108 (42.58% from 255) = 19.22%
R=41.46%
G=39.32%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322110800.050.540.0954.2473.9666.86
HexE9DD6C05369364a43
Octal35133515405661166112103
Binary111010011101110111011000101110110100111011010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DD6C; }

 p { color: rgb(233,221,108); }

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

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

 a { background-color: rgb(233,221,108); }

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

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

 span { border-color: rgb(233,221,108); }

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