#E9DC69

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

Shades of Wild Rice #E9DC69

Tints of Wild Rice #E9DC69

Color information

#E9DC69 (or 0xE9DC69) is unknown color: approx Wild Rice. HEX triplet: E9, DC and 69. RGB value is (233,220,105). Sum of RGB (Red+Green+Blue) = 233+220+105=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 105 (41.41% from 255 or 18.82% from 558); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DC69 is #162396. Grayscale: #D3D3D3. Windows color (decimal): -1450903 or 6937833. OLE color: 6937833.

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

Color convert

RGB233220105-
CMYK00.060.550.09
HSL53.91º74.42%66.27%-
HSV(B)53.91º54.94%91.37%-
XYZ61.7569.5323.53-
YUV210.7868.31143.85-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.76%
GREEN value IS 220 (86.33% from 255) = 39.43%
BLUE value IS 105 (41.41% from 255) = 18.82%
R=41.76%
G=39.43%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322010500.060.550.0953.9174.4266.27
HexE9DC6906379364a42
Octal35133415106671166112102
Binary111010011101110011010010110110111100111011010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DC69; }

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

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

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

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

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

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

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

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