#E7D98B

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

Shades of Primrose #E7D98B

Tints of Primrose #E7D98B

Color information

#E7D98B (or 0xE7D98B) is unknown color: approx Primrose. HEX triplet: E7, D9 and 8B. RGB value is (231,217,139). Sum of RGB (Red+Green+Blue) = 231+217+139=587 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.35% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D98B is #182674. Grayscale: #D4D4D4. Windows color (decimal): -1582709 or 9165287. OLE color: 9165287.

HSL color Cylindrical-coordinate representation of color #E7D98B: hue angle of 50.87º degrees, saturation: 0.66, 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 #E7D98B is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB231217139-
CMYK00.060.400.09
HSL50.87º65.71%72.55%-
HSV(B)50.87º39.83%90.59%-
XYZ62.4368.4834.35-
YUV212.2986.64141.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.35%
GREEN value IS 217 (85.16% from 255) = 36.97%
BLUE value IS 139 (54.69% from 255) = 23.68%
R=39.35%
G=36.97%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121713900.060.400.0950.8765.7172.55
HexE7D98B06289334249
Octal34733121306501163102111
Binary1110011111011001100010110110101000100111001110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D98B; }

 p { color: rgb(231,217,139); }

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

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

 a { background-color: rgb(231,217,139); }

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

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

 span { border-color: rgb(231,217,139); }

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