#E0E198

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

Shades of Primrose #E0E198

Tints of Primrose #E0E198

Color information

#E0E198 (or 0xE0E198) is unknown color: approx Primrose. HEX triplet: E0, E1 and 98. RGB value is (224,225,152). Sum of RGB (Red+Green+Blue) = 224+225+152=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 152 (59.77% from 255 or 25.29% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E198 is #1F1E67. Grayscale: #D8D8D8. Windows color (decimal): -2039400 or 10019296. OLE color: 10019296.

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

Color convert

RGB224225152-
CMYK0.0000.320.12
HSL60.82º54.89%73.92%-
HSV(B)60.82º32.44%88.24%-
XYZ63.3371.9640.26-
YUV216.3891.67133.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.27%
GREEN value IS 225 (88.28% from 255) = 37.44%
BLUE value IS 152 (59.77% from 255) = 25.29%
R=37.27%
G=37.44%
B=25.29%

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
Decimal2242251520.0000.320.1260.8254.8973.92
HexE0E1980020C3d374a
Octal3403412300040147567112
Binary1110000011100001100110000010000011001111011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E198; }

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

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

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

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

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

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

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

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