#E0E18E

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

Shades of Primrose #E0E18E

Tints of Primrose #E0E18E

Color information

#E0E18E (or 0xE0E18E) is unknown color: approx Primrose. HEX triplet: E0, E1 and 8E. RGB value is (224,225,142). Sum of RGB (Red+Green+Blue) = 224+225+142=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E18E is #1F1E71. Grayscale: #D7D7D7. Windows color (decimal): -2039410 or 9363936. OLE color: 9363936.

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

Color convert

RGB224225142-
CMYK0.0000.370.12
HSL60.72º58.04%71.96%-
HSV(B)60.72º36.89%88.24%-
XYZ62.5571.6536.12-
YUV215.2486.67134.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.90%
GREEN value IS 225 (88.28% from 255) = 38.07%
BLUE value IS 142 (55.86% from 255) = 24.03%
R=37.90%
G=38.07%
B=24.03%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242251420.0000.370.1260.7258.0471.96
HexE0E18E0025C3d3a48
Octal3403412160045147572110
Binary1110000011100001100011100010010111001111011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E18E; }

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

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

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

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

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

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

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

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