#E8DC88

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

Shades of Primrose #E8DC88

Tints of Primrose #E8DC88

Color information

#E8DC88 (or 0xE8DC88) is unknown color: approx Primrose. HEX triplet: E8, DC and 88. RGB value is (232,220,136). Sum of RGB (Red+Green+Blue) = 232+220+136=588 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.46% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 136 (53.52% from 255 or 23.13% from 588); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DC88 is #172377. Grayscale: #D6D6D6. Windows color (decimal): -1516408 or 8969448. OLE color: 8969448.

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

Color convert

RGB232220136-
CMYK00.050.410.09
HSL52.5º67.61%72.16%-
HSV(B)52.5º41.38%90.98%-
XYZ63.3270.1233.49-
YUV214.0183.98140.83-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.46%
GREEN value IS 220 (86.33% from 255) = 37.41%
BLUE value IS 136 (53.52% from 255) = 23.13%
R=39.46%
G=37.41%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222013600.050.410.0952.567.6172.16
HexE8DC8805299344448
Octal35033421005511164104110
Binary1110100011011100100010000101101001100111010010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DC88; }

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

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

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

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

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

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

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

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