#E0E19A

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

Shades of Primrose #E0E19A

Tints of Primrose #E0E19A

Color information

#E0E19A (or 0xE0E19A) is unknown color: approx Primrose. HEX triplet: E0, E1 and 9A. RGB value is (224,225,154). Sum of RGB (Red+Green+Blue) = 224+225+154=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 154 (60.55% from 255 or 25.54% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E19A is #1F1E65. Grayscale: #D8D8D8. Windows color (decimal): -2039398 or 10150368. OLE color: 10150368.

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

Color convert

RGB224225154-
CMYK0.0000.320.12
HSL60.85º54.2%74.31%-
HSV(B)60.85º31.56%88.24%-
XYZ63.572.0341.13-
YUV216.6192.67133.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.15%
GREEN value IS 225 (88.28% from 255) = 37.31%
BLUE value IS 154 (60.55% from 255) = 25.54%
R=37.15%
G=37.31%
B=25.54%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242251540.0000.320.1260.8554.274.31
HexE0E19A0020C3d364a
Octal3403412320040147566112
Binary1110000011100001100110100010000011001111011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E19A; }

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

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

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

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

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

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

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

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