Html Css Color HEX #E1E298 Primrose

📋 copy color: '#E1E298'

red 225 ◦ green 226 ◦ blue 152

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

Shades of Primrose #E1E298

Tints of Primrose #E1E298

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.48%

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

R = 37.31%
G = 37.48%
B = 25.21%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E1E298 (or 0xE1E298) is known color: Primrose. HEX triplet: E1, E2 and 98. RGB value is (225,226,152). Sum of RGB (Red+Green+Blue) = 225+226+152=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 152 (59.77% from 255 or 25.21% from 603); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E298 is #1E1D67. Grayscale: #D9D9D9. Windows color (decimal): -1973608 or 10019553. OLE color: 10019553.

HSL color Cylindrical-coordinate representation of color #E1E298: hue angle of 60.81º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1E298 is Cyan = 0.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 225 226 152 -
CMYK 0.00 0 0.33 0.11
HSL 60.81º 0.56% 0.74% -
HSV(B) 60.81º 0.33% 0.89% -
XYZ 63.92 72.67 40.36 -
YUV 217.27 91.17 133.52 -
System Red Green Blue C M Y K H S L
Decimal 225 226 152 0.00 0 0.33 0.11 60.81 0.56 0.74
Hex E1 E2 98 0 0 21 B 3D 38 4A
Octal 341 342 230 0 0 41 13 75 70 112
Binary 11100001 11100010 10011000 0 0 100001 1011 111101 111000 1001010

Color Harmonies of #E1E298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E298

Black with #E1E298

Text Example


Text Example

White with #E1E298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E298; }

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

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

background-color css

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

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

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

border-color css

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

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

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