#E8DC99

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

Shades of Primrose #E8DC99

Tints of Primrose #E8DC99

Color information

#E8DC99 (or 0xE8DC99) is unknown color: approx Primrose. HEX triplet: E8, DC and 99. RGB value is (232,220,153). Sum of RGB (Red+Green+Blue) = 232+220+153=605 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.35% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DC99 is #172366. Grayscale: #D8D8D8. Windows color (decimal): -1516391 or 10083560. OLE color: 10083560.

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

Color convert

RGB232220153-
CMYK00.050.340.09
HSL50.89º63.2%75.49%-
HSV(B)50.89º34.05%90.98%-
XYZ64.6270.6440.37-
YUV215.9592.48139.45-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.35%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 153 (60.16% from 255) = 25.29%
R=38.35%
G=36.36%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222015300.050.340.0950.8963.275.49
HexE8DC9905229333f4b
Octal3503342310542116377113
Binary111010001101110010011001010110001010011100111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DC99; }

 p { color: rgb(232,220,153); }

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

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

 a { background-color: rgb(232,220,153); }

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

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

 span { border-color: rgb(232,220,153); }

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