#E8DC9A

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

Shades of Primrose #E8DC9A

Tints of Primrose #E8DC9A

Color information

#E8DC9A (or 0xE8DC9A) is unknown color: approx Primrose. HEX triplet: E8, DC and 9A. RGB value is (232,220,154). Sum of RGB (Red+Green+Blue) = 232+220+154=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DC9A is #172365. Grayscale: #D8D8D8. Windows color (decimal): -1516390 or 10149096. OLE color: 10149096.

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

Color convert

RGB232220154-
CMYK00.050.340.09
HSL50.77º62.9%75.69%-
HSV(B)50.77º33.62%90.98%-
XYZ64.770.6840.8-
YUV216.0692.98139.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.28%
GREEN value IS 220 (86.33% from 255) = 36.30%
BLUE value IS 154 (60.55% from 255) = 25.41%
R=38.28%
G=36.30%
B=25.41%

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
Decimal23222015400.050.340.0950.7762.975.69
HexE8DC9A05229333f4c
Octal3503342320542116377114
Binary111010001101110010011010010110001010011100111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DC9A; }

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

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

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

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

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

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

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

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