#E5D78F

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

Shades of Primrose #E5D78F

Tints of Primrose #E5D78F

Color information

#E5D78F (or 0xE5D78F) is unknown color: approx Primrose. HEX triplet: E5, D7 and 8F. RGB value is (229,215,143). Sum of RGB (Red+Green+Blue) = 229+215+143=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 143 (56.25% from 255 or 24.36% from 587); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D78F is #1A2870. Grayscale: #D3D3D3. Windows color (decimal): -1714289 or 9426917. OLE color: 9426917.

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

Color convert

RGB229215143-
CMYK00.060.380.10
HSL50.23º62.32%72.94%-
HSV(B)50.23º37.55%89.8%-
XYZ61.5767.2435.72-
YUV210.9889.64140.85-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.01%
GREEN value IS 215 (84.38% from 255) = 36.63%
BLUE value IS 143 (56.25% from 255) = 24.36%
R=39.01%
G=36.63%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921514300.060.380.1050.2362.3272.94
HexE5D78F0626A323e49
Octal3453272170646126276111
Binary111001011101011110001111011010011010101100101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D78F; }

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

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

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

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

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

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

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

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