#E7D58D

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

Shades of Primrose #E7D58D

Tints of Primrose #E7D58D

Color information

#E7D58D (or 0xE7D58D) is unknown color: approx Primrose. HEX triplet: E7, D5 and 8D. RGB value is (231,213,141). Sum of RGB (Red+Green+Blue) = 231+213+141=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D58D is #182A72. Grayscale: #D2D2D2. Windows color (decimal): -1583731 or 9295335. OLE color: 9295335.

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

Color convert

RGB231213141-
CMYK00.080.390.09
HSL48º65.22%72.94%-
HSV(B)48º38.96%90.59%-
XYZ61.5666.534.79-
YUV210.1788.96142.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.49%
GREEN value IS 213 (83.59% from 255) = 36.41%
BLUE value IS 141 (55.47% from 255) = 24.10%
R=39.49%
G=36.41%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121314100.080.390.094865.2272.94
HexE7D58D08279304149
Octal347325215010471160101111
Binary11100111110101011000110101000100111100111000010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D58D; }

 p { color: rgb(231,213,141); }

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

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

 a { background-color: rgb(231,213,141); }

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

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

 span { border-color: rgb(231,213,141); }

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