#E9DC6C

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

Shades of Wild Rice #E9DC6C

Tints of Wild Rice #E9DC6C

Color information

#E9DC6C (or 0xE9DC6C) is unknown color: approx Wild Rice. HEX triplet: E9, DC and 6C. RGB value is (233,220,108). Sum of RGB (Red+Green+Blue) = 233+220+108=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DC6C is #162393. Grayscale: #D3D3D3. Windows color (decimal): -1450900 or 7134441. OLE color: 7134441.

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

Color convert

RGB233220108-
CMYK00.060.540.09
HSL53.76º73.96%66.86%-
HSV(B)53.76º53.65%91.37%-
XYZ61.969.5924.36-
YUV211.1269.81143.61-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.53%
GREEN value IS 220 (86.33% from 255) = 39.22%
BLUE value IS 108 (42.58% from 255) = 19.25%
R=41.53%
G=39.22%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322010800.060.540.0953.7673.9666.86
HexE9DC6C06369364a43
Octal35133415406661166112103
Binary111010011101110011011000110110110100111011010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DC6C; }

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

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

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

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

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

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

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

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