#E5D78E

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

Shades of Primrose #E5D78E

Tints of Primrose #E5D78E

Color information

#E5D78E (or 0xE5D78E) is unknown color: approx Primrose. HEX triplet: E5, D7 and 8E. RGB value is (229,215,142). Sum of RGB (Red+Green+Blue) = 229+215+142=586 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.08% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 142 (55.86% from 255 or 24.23% from 586); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D78E is #1A2871. Grayscale: #D3D3D3. Windows color (decimal): -1714290 or 9361381. OLE color: 9361381.

HSL color Cylindrical-coordinate representation of color #E5D78E: hue angle of 50.34º degrees, saturation: 0.63, 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 #E5D78E is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB229215142-
CMYK00.060.380.10
HSL50.34º62.59%72.75%-
HSV(B)50.34º37.99%89.8%-
XYZ61.567.2135.32-
YUV210.8689.14140.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.08%
GREEN value IS 215 (84.38% from 255) = 36.69%
BLUE value IS 142 (55.86% from 255) = 24.23%
R=39.08%
G=36.69%
B=24.23%

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
Decimal22921514200.060.380.1050.3462.5972.75
HexE5D78E0626A323f49
Octal3453272160646126277111
Binary111001011101011110001110011010011010101100101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D78E; }

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

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

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

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

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

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

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

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