#E0E19B

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

Shades of Primrose #E0E19B

Tints of Primrose #E0E19B

Color information

#E0E19B (or 0xE0E19B) is unknown color: approx Primrose. HEX triplet: E0, E1 and 9B. RGB value is (224,225,155). Sum of RGB (Red+Green+Blue) = 224+225+155=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 155 (60.94% from 255 or 25.66% from 604); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E19B is #1F1E64. Grayscale: #D9D9D9. Windows color (decimal): -2039397 or 10215904. OLE color: 10215904.

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

Color convert

RGB224225155-
CMYK0.0000.310.12
HSL60.86º53.85%74.51%-
HSV(B)60.86º31.11%88.24%-
XYZ63.5872.0641.57-
YUV216.7293.17133.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.09%
GREEN value IS 225 (88.28% from 255) = 37.25%
BLUE value IS 155 (60.94% from 255) = 25.66%
R=37.09%
G=37.25%
B=25.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242251550.0000.310.1260.8653.8574.51
HexE0E19B001FC3d364b
Octal3403412330037147566113
Binary111000001110000110011011001111111001111011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E19B; }

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

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

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

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

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

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

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

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