#E9DB93

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

Shades of Primrose #E9DB93

Tints of Primrose #E9DB93

Color information

#E9DB93 (or 0xE9DB93) is unknown color: approx Primrose. HEX triplet: E9, DB and 93. RGB value is (233,219,147). Sum of RGB (Red+Green+Blue) = 233+219+147=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 147 (57.81% from 255 or 24.54% from 599); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DB93 is #16246C. Grayscale: #D7D7D7. Windows color (decimal): -1451117 or 9690089. OLE color: 9690089.

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

Color convert

RGB233219147-
CMYK00.060.370.09
HSL50.23º66.15%74.51%-
HSV(B)50.23º36.91%91.37%-
XYZ64.270.0937.75-
YUV214.9889.64140.85-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.90%
GREEN value IS 219 (85.94% from 255) = 36.56%
BLUE value IS 147 (57.81% from 255) = 24.54%
R=38.90%
G=36.56%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321914700.060.370.0950.2366.1574.51
HexE9DB930625932424b
Octal35133322306451162102113
Binary1110100111011011100100110110100101100111001010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DB93; }

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

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

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

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

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

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

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

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