#E5D78C

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

Shades of Primrose #E5D78C

Tints of Primrose #E5D78C

Color information

#E5D78C (or 0xE5D78C) is unknown color: approx Primrose. HEX triplet: E5, D7 and 8C. RGB value is (229,215,140). Sum of RGB (Red+Green+Blue) = 229+215+140=584 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.21% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 140 (55.08% from 255 or 23.97% from 584); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D78C is #1A2873. Grayscale: #D2D2D2. Windows color (decimal): -1714292 or 9230309. OLE color: 9230309.

HSL color Cylindrical-coordinate representation of color #E5D78C: hue angle of 50.56º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E5D78C is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB229215140-
CMYK00.060.390.10
HSL50.56º63.12%72.35%-
HSV(B)50.56º38.86%89.8%-
XYZ61.3567.1534.54-
YUV210.6488.14141.1-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.21%
GREEN value IS 215 (84.38% from 255) = 36.82%
BLUE value IS 140 (55.08% from 255) = 23.97%
R=39.21%
G=36.82%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921514000.060.390.1050.5663.1272.35
HexE5D78C0627A333f48
Octal3453272140647126377110
Binary111001011101011110001100011010011110101100111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D78C; }

 p { color: rgb(229,215,140); }

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

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

 a { background-color: rgb(229,215,140); }

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

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

 span { border-color: rgb(229,215,140); }

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