#E1D78D

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

Shades of Primrose #E1D78D

Tints of Primrose #E1D78D

Color information

#E1D78D (or 0xE1D78D) is unknown color: approx Primrose. HEX triplet: E1, D7 and 8D. RGB value is (225,215,141). Sum of RGB (Red+Green+Blue) = 225+215+141=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D78D is #1E2872. Grayscale: #D1D1D1. Windows color (decimal): -1976435 or 9295841. OLE color: 9295841.

HSL color Cylindrical-coordinate representation of color #E1D78D: hue angle of 52.86º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1D78D is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB225215141-
CMYK00.040.370.12
HSL52.86º58.33%71.76%-
HSV(B)52.86º37.33%88.24%-
XYZ60.1666.5334.87-
YUV209.5589.31139.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.73%
GREEN value IS 215 (84.38% from 255) = 37.01%
BLUE value IS 141 (55.47% from 255) = 24.27%
R=38.73%
G=37.01%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521514100.040.370.1252.8658.3371.76
HexE1D78D0425C353a48
Octal3413272150445146572110
Binary111000011101011110001101010010010111001101011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D78D; }

 p { color: rgb(225,215,141); }

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

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

 a { background-color: rgb(225,215,141); }

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

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

 span { border-color: rgb(225,215,141); }

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