Html Css Color HEX #E1E491 Primrose

📋 copy color: '#E1E491'

red 225 ◦ green 228 ◦ blue 145

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

Shades of Primrose #E1E491

Tints of Primrose #E1E491

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.13%

 BLUE value IS 145 (57.03% from 255) = 24.25%

R = 37.63%
G = 38.13%
B = 24.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E1E491 (or 0xE1E491) is known color: Primrose. HEX triplet: E1, E4 and 91. RGB value is (225,228,145). Sum of RGB (Red+Green+Blue) = 225+228+145=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 145 (57.03% from 255 or 24.25% from 598); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E491 is #1E1B6E. Grayscale: #D9D9D9. Windows color (decimal): -1973103 or 9561313. OLE color: 9561313.

HSL color Cylindrical-coordinate representation of color #E1E491: hue angle of 62.17º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1E491 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 225 228 145 -
CMYK 0.01 0 0.36 0.11
HSL 62.17º 0.61% 0.73% -
HSV(B) 62.17º 0.36% 0.89% -
XYZ 63.91 73.54 37.61 -
YUV 217.64 87.01 133.25 -
System Red Green Blue C M Y K H S L
Decimal 225 228 145 0.01 0 0.36 0.11 62.17 0.61 0.73
Hex E1 E4 91 1 0 24 B 3E 3D 49
Octal 341 344 221 1 0 44 13 76 75 111
Binary 11100001 11100100 10010001 1 0 100100 1011 111110 111101 1001001

Color Harmonies of #E1E491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E491

Black with #E1E491

Text Example


Text Example

White with #E1E491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E491; }

 p { color: rgb(225,228,145); }

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

background-color css

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

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

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

border-color css

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

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

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