#E9DC96

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

Shades of Primrose #E9DC96

Tints of Primrose #E9DC96

Color information

#E9DC96 (or 0xE9DC96) is unknown color: approx Primrose. HEX triplet: E9, DC and 96. RGB value is (233,220,150). Sum of RGB (Red+Green+Blue) = 233+220+150=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DC96 is #162369. Grayscale: #D8D8D8. Windows color (decimal): -1450858 or 9886953. OLE color: 9886953.

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

Color convert

RGB233220150-
CMYK00.060.360.09
HSL50.6º65.35%75.1%-
HSV(B)50.6º35.62%91.37%-
XYZ64.770.7139.09-
YUV215.9190.81140.19-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.64%
GREEN value IS 220 (86.33% from 255) = 36.48%
BLUE value IS 150 (58.98% from 255) = 24.88%
R=38.64%
G=36.48%
B=24.88%

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
Decimal23322015000.060.360.0950.665.3575.1
HexE9DC960624933414b
Octal35133422606441163101113
Binary1110100111011100100101100110100100100111001110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DC96; }

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

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

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

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

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

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

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

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