#E9DB69

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

Shades of Wild Rice #E9DB69

Tints of Wild Rice #E9DB69

Color information

#E9DB69 (or 0xE9DB69) is unknown color: approx Wild Rice. HEX triplet: E9, DB and 69. RGB value is (233,219,105). Sum of RGB (Red+Green+Blue) = 233+219+105=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 105 (41.41% from 255 or 18.85% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DB69 is #162496. Grayscale: #D2D2D2. Windows color (decimal): -1451159 or 6937577. OLE color: 6937577.

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

Color convert

RGB233219105-
CMYK00.060.550.09
HSL53.44º74.42%66.27%-
HSV(B)53.44º54.94%91.37%-
XYZ61.4969.0123.44-
YUV210.1968.64144.27-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.83%
GREEN value IS 219 (85.94% from 255) = 39.32%
BLUE value IS 105 (41.41% from 255) = 18.85%
R=41.83%
G=39.32%
B=18.85%

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
Decimal23321910500.060.550.0953.4474.4266.27
HexE9DB6906379354a42
Octal35133315106671165112102
Binary111010011101101111010010110110111100111010110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DB69; }

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

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

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

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

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

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

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

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