#E1D592

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

Shades of Primrose #E1D592

Tints of Primrose #E1D592

Color information

#E1D592 (or 0xE1D592) is unknown color: approx Primrose. HEX triplet: E1, D5 and 92. RGB value is (225,213,146). Sum of RGB (Red+Green+Blue) = 225+213+146=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 146 (57.42% from 255 or 25% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D592 is #1E2A6D. Grayscale: #D1D1D1. Windows color (decimal): -1976942 or 9623009. OLE color: 9623009.

HSL color Cylindrical-coordinate representation of color #E1D592: hue angle of 50.89º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E1D592 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB225213146-
CMYK00.050.350.12
HSL50.89º56.83%72.75%-
HSV(B)50.89º35.11%88.24%-
XYZ60.0365.6736.71-
YUV208.9592.48139.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.53%
GREEN value IS 213 (83.59% from 255) = 36.47%
BLUE value IS 146 (57.42% from 255) = 25%
R=38.53%
G=36.47%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521314600.050.350.1250.8956.8372.75
HexE1D5920523C333949
Octal3413252220543146371111
Binary111000011101010110010010010110001111001100111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D592; }

 p { color: rgb(225,213,146); }

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

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

 a { background-color: rgb(225,213,146); }

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

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

 span { border-color: rgb(225,213,146); }

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