#E9DB96

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

Shades of Primrose #E9DB96

Tints of Primrose #E9DB96

Color information

#E9DB96 (or 0xE9DB96) is unknown color: approx Primrose. HEX triplet: E9, DB and 96. RGB value is (233,219,150). Sum of RGB (Red+Green+Blue) = 233+219+150=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DB96 is #162469. Grayscale: #D7D7D7. Windows color (decimal): -1451114 or 9886697. OLE color: 9886697.

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

Color convert

RGB233219150-
CMYK00.060.360.09
HSL49.88º65.35%75.1%-
HSV(B)49.88º35.62%91.37%-
XYZ64.4470.1939.01-
YUV215.3291.14140.61-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.70%
GREEN value IS 219 (85.94% from 255) = 36.38%
BLUE value IS 150 (58.98% from 255) = 24.92%
R=38.70%
G=36.38%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321915000.060.360.0949.8865.3575.1
HexE9DB960624932414b
Octal35133322606441162101113
Binary1110100111011011100101100110100100100111001010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DB96; }

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

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

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

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

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

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

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

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