#E9DC97

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

Shades of Primrose #E9DC97

Tints of Primrose #E9DC97

Color information

#E9DC97 (or 0xE9DC97) is unknown color: approx Primrose. HEX triplet: E9, DC and 97. RGB value is (233,220,151). Sum of RGB (Red+Green+Blue) = 233+220+151=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 151 (59.38% from 255 or 25% from 604); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DC97 is #162368. Grayscale: #D8D8D8. Windows color (decimal): -1450857 or 9952489. OLE color: 9952489.

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

Color convert

RGB233220151-
CMYK00.060.350.09
HSL50.49º65.08%75.29%-
HSV(B)50.49º35.19%91.37%-
XYZ64.7870.7439.52-
YUV216.0291.31140.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.58%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 151 (59.38% from 255) = 25%
R=38.58%
G=36.42%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322015100.060.350.0950.4965.0875.29
HexE9DC970623932414b
Octal35133422706431162101113
Binary1110100111011100100101110110100011100111001010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DC97; }

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

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

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

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

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

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

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

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