#E0E189

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

Shades of Primrose #E0E189

Tints of Primrose #E0E189

Color information

#E0E189 (or 0xE0E189) is unknown color: approx Primrose. HEX triplet: E0, E1 and 89. RGB value is (224,225,137). Sum of RGB (Red+Green+Blue) = 224+225+137=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 137 (53.91% from 255 or 23.38% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E189 is #1F1E76. Grayscale: #D7D7D7. Windows color (decimal): -2039415 or 9036256. OLE color: 9036256.

HSL color Cylindrical-coordinate representation of color #E0E189: hue angle of 60.68º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E0E189 is Cyan = 0.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB224225137-
CMYK0.0000.390.12
HSL60.68º59.46%70.98%-
HSV(B)60.68º39.11%88.24%-
XYZ62.1871.534.19-
YUV214.6784.17134.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.23%
GREEN value IS 225 (88.28% from 255) = 38.40%
BLUE value IS 137 (53.91% from 255) = 23.38%
R=38.23%
G=38.40%
B=23.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242251370.0000.390.1260.6859.4670.98
HexE0E1890027C3d3b47
Octal3403412110047147573107
Binary1110000011100001100010010010011111001111011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E189; }

 p { color: rgb(224,225,137); }

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

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

 a { background-color: rgb(224,225,137); }

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

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

 span { border-color: rgb(224,225,137); }

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