#E2DA91

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

Shades of Primrose #E2DA91

Tints of Primrose #E2DA91

Color information

#E2DA91 (or 0xE2DA91) is unknown color: approx Primrose. HEX triplet: E2, DA and 91. RGB value is (226,218,145). Sum of RGB (Red+Green+Blue) = 226+218+145=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 145 (57.03% from 255 or 24.62% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DA91 is #1D256E. Grayscale: #D4D4D4. Windows color (decimal): -1910127 or 9558754. OLE color: 9558754.

HSL color Cylindrical-coordinate representation of color #E2DA91: hue angle of 54.07º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2DA91 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB226218145-
CMYK00.040.360.11
HSL54.07º58.27%72.75%-
HSV(B)54.07º35.84%88.63%-
XYZ61.5568.3636.74-
YUV212.0790.15137.94-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.37%
GREEN value IS 218 (85.55% from 255) = 37.01%
BLUE value IS 145 (57.03% from 255) = 24.62%
R=38.37%
G=37.01%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621814500.040.360.1154.0758.2772.75
HexE2DA910424B363a49
Octal3423322210444136672111
Binary111000101101101010010001010010010010111101101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DA91; }

 p { color: rgb(226,218,145); }

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

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

 a { background-color: rgb(226,218,145); }

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

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

 span { border-color: rgb(226,218,145); }

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