Html Css Color HEX #E1E198 Primrose

📋 copy color: '#E1E198'

red 225 ◦ green 225 ◦ blue 152

#E1E198
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Primrose #E1E198

Tints of Primrose #E1E198

RGB

 RED value IS 225 (88.28% from 255) = 37.38%

 GREEN value IS 225 (88.28% from 255) = 37.38%

 BLUE value IS 152 (59.77% from 255) = 25.25%

R = 37.38%
G = 37.38%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1E198 (or 0xE1E198) is known color: Primrose. HEX triplet: E1, E1 and 98. RGB value is (225,225,152). Sum of RGB (Red+Green+Blue) = 225+225+152=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 152 (59.77% from 255 or 25.25% from 602); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E198 is #1E1E67. Grayscale: #D8D8D8. Windows color (decimal): -1973864 or 10019297. OLE color: 10019297.

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

Color convert

RGB 225 225 152 -
CMYK 0 0 0.32 0.12
HSL 60º 0.55% 0.74% -
HSV(B) 60º 0.32% 0.88% -
XYZ 63.64 72.12 40.27 -
YUV 216.68 91.5 133.94 -
System Red Green Blue C M Y K H S L
Decimal 225 225 152 0 0 0.32 0.12 60 0.55 0.74
Hex E1 E1 98 0 0 20 C 3C 37 4A
Octal 341 341 230 0 0 40 14 74 67 112
Binary 11100001 11100001 10011000 0 0 100000 1100 111100 110111 1001010

Color Harmonies of #E1E198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E198

Black with #E1E198

Text Example


Text Example

White with #E1E198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E198; }

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

 H1.HeaderClassName
 {
   color: #E1E198;
 }
 .AnyTagClassName
 {
   color: #E1E198;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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