#E8DC8B

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

Shades of Primrose #E8DC8B

Tints of Primrose #E8DC8B

Color information

#E8DC8B (or 0xE8DC8B) is unknown color: approx Primrose. HEX triplet: E8, DC and 8B. RGB value is (232,220,139). Sum of RGB (Red+Green+Blue) = 232+220+139=591 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.26% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DC8B is #172374. Grayscale: #D6D6D6. Windows color (decimal): -1516405 or 9166056. OLE color: 9166056.

HSL color Cylindrical-coordinate representation of color #E8DC8B: hue angle of 52.26º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E8DC8B is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB232220139-
CMYK00.050.400.09
HSL52.26º66.91%72.75%-
HSV(B)52.26º40.09%90.98%-
XYZ63.5370.2134.63-
YUV214.3585.48140.59-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.26%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 139 (54.69% from 255) = 23.52%
R=39.26%
G=37.23%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222013900.050.400.0952.2666.9172.75
HexE8DC8B05289344349
Octal35033421305501164103111
Binary1110100011011100100010110101101000100111010010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DC8B; }

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

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

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

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

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

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

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

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