#E7DD8C

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

Shades of Primrose #E7DD8C

Tints of Primrose #E7DD8C

Color information

#E7DD8C (or 0xE7DD8C) is unknown color: approx Primrose. HEX triplet: E7, DD and 8C. RGB value is (231,221,140). Sum of RGB (Red+Green+Blue) = 231+221+140=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 140 (55.08% from 255 or 23.65% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DD8C is #182273. Grayscale: #D7D7D7. Windows color (decimal): -1581684 or 9231847. OLE color: 9231847.

HSL color Cylindrical-coordinate representation of color #E7DD8C: hue angle of 53.41º 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 #E7DD8C is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB231221140-
CMYK00.040.390.09
HSL53.41º65.47%72.75%-
HSV(B)53.41º39.39%90.59%-
XYZ63.5570.635.09-
YUV214.7685.81139.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.02%
GREEN value IS 221 (86.72% from 255) = 37.33%
BLUE value IS 140 (55.08% from 255) = 23.65%
R=39.02%
G=37.33%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122114000.040.390.0953.4165.4772.75
HexE7DD8C04279354149
Octal34733521404471165101111
Binary1110011111011101100011000100100111100111010110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DD8C; }

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

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

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

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

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

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

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

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