#E0E18D

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

Shades of Primrose #E0E18D

Tints of Primrose #E0E18D

Color information

#E0E18D (or 0xE0E18D) is unknown color: approx Primrose. HEX triplet: E0, E1 and 8D. RGB value is (224,225,141). Sum of RGB (Red+Green+Blue) = 224+225+141=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E18D is #1F1E72. Grayscale: #D7D7D7. Windows color (decimal): -2039411 or 9298400. OLE color: 9298400.

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

Color convert

RGB224225141-
CMYK0.0000.370.12
HSL60.71º58.33%71.76%-
HSV(B)60.71º37.33%88.24%-
XYZ62.4771.6235.73-
YUV215.1286.17134.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.97%
GREEN value IS 225 (88.28% from 255) = 38.14%
BLUE value IS 141 (55.47% from 255) = 23.90%
R=37.97%
G=38.14%
B=23.90%

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
Decimal2242251410.0000.370.1260.7158.3371.76
HexE0E18D0025C3d3a48
Octal3403412150045147572110
Binary1110000011100001100011010010010111001111011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E18D; }

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

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

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

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

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

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

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

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