#E2DB90

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

Shades of Primrose #E2DB90

Tints of Primrose #E2DB90

Color information

#E2DB90 (or 0xE2DB90) is unknown color: approx Primrose. HEX triplet: E2, DB and 90. RGB value is (226,219,144). Sum of RGB (Red+Green+Blue) = 226+219+144=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DB90 is #1D246F. Grayscale: #D4D4D4. Windows color (decimal): -1909872 or 9493474. OLE color: 9493474.

HSL color Cylindrical-coordinate representation of color #E2DB90: hue angle of 54.88º degrees, saturation: 0.59, 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 #E2DB90 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB226219144-
CMYK00.030.360.11
HSL54.88º58.57%72.55%-
HSV(B)54.88º36.28%88.63%-
XYZ61.7368.8536.42-
YUV212.5489.32137.6-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.37%
GREEN value IS 219 (85.94% from 255) = 37.18%
BLUE value IS 144 (56.64% from 255) = 24.45%
R=38.37%
G=37.18%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621914400.030.360.1154.8858.5772.55
HexE2DB900324B373b49
Octal3423332200344136773111
Binary11100010110110111001000001110010010111101111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DB90; }

 p { color: rgb(226,219,144); }

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

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

 a { background-color: rgb(226,219,144); }

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

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

 span { border-color: rgb(226,219,144); }

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