#E1DA92

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

Shades of Primrose #E1DA92

Tints of Primrose #E1DA92

Color information

#E1DA92 (or 0xE1DA92) is unknown color: approx Primrose. HEX triplet: E1, DA and 92. RGB value is (225,218,146). Sum of RGB (Red+Green+Blue) = 225+218+146=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 146 (57.42% from 255 or 24.79% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DA92 is #1E256D. Grayscale: #D4D4D4. Windows color (decimal): -1975662 or 9624289. OLE color: 9624289.

HSL color Cylindrical-coordinate representation of color #E1DA92: hue angle of 54.68º 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 #E1DA92 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB225218146-
CMYK00.030.350.12
HSL54.68º56.83%72.75%-
HSV(B)54.68º35.11%88.24%-
XYZ61.3168.2337.13-
YUV211.8890.82137.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.20%
GREEN value IS 218 (85.55% from 255) = 37.01%
BLUE value IS 146 (57.42% from 255) = 24.79%
R=38.20%
G=37.01%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521814600.030.350.1254.6856.8372.75
HexE1DA920323C373949
Octal3413322220343146771111
Binary11100001110110101001001001110001111001101111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DA92; }

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

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

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

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

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

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

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

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