#E7DC8C

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

Shades of Primrose #E7DC8C

Tints of Primrose #E7DC8C

Color information

#E7DC8C (or 0xE7DC8C) is unknown color: approx Primrose. HEX triplet: E7, DC and 8C. RGB value is (231,220,140). Sum of RGB (Red+Green+Blue) = 231+220+140=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DC8C is #182373. Grayscale: #D6D6D6. Windows color (decimal): -1581940 or 9231591. OLE color: 9231591.

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

Color convert

RGB231220140-
CMYK00.050.390.09
HSL52.75º65.47%72.75%-
HSV(B)52.75º39.39%90.59%-
XYZ63.2870.0735-
YUV214.1786.14140-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.09%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 140 (55.08% from 255) = 23.69%
R=39.09%
G=37.23%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122014000.050.390.0952.7565.4772.75
HexE7DC8C05279354149
Octal34733421405471165101111
Binary1110011111011100100011000101100111100111010110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DC8C; }

 p { color: rgb(231,220,140); }

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

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

 a { background-color: rgb(231,220,140); }

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

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

 span { border-color: rgb(231,220,140); }

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