#E9DC6E

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

Shades of Wild Rice #E9DC6E

Tints of Wild Rice #E9DC6E

Color information

#E9DC6E (or 0xE9DC6E) is unknown color: approx Wild Rice. HEX triplet: E9, DC and 6E. RGB value is (233,220,110). Sum of RGB (Red+Green+Blue) = 233+220+110=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 110 (43.36% from 255 or 19.54% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DC6E is #162391. Grayscale: #D3D3D3. Windows color (decimal): -1450898 or 7265513. OLE color: 7265513.

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

Color convert

RGB233220110-
CMYK00.060.530.09
HSL53.66º73.65%67.25%-
HSV(B)53.66º52.79%91.37%-
XYZ62.0169.6424.92-
YUV211.3570.81143.44-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.39%
GREEN value IS 220 (86.33% from 255) = 39.08%
BLUE value IS 110 (43.36% from 255) = 19.54%
R=41.39%
G=39.08%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322011000.060.530.0953.6673.6567.25
HexE9DC6E06359364a43
Octal35133415606651166112103
Binary111010011101110011011100110110101100111011010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DC6E; }

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

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

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

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

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

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

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

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