Html Css Color HEX #E1E490 Primrose

📋 copy color: '#E1E490'

red 225 ◦ green 228 ◦ blue 144

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

Shades of Primrose #E1E490

Tints of Primrose #E1E490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.12%

R = 37.69%
G = 38.19%
B = 24.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E1E490 (or 0xE1E490) is known color: Primrose. HEX triplet: E1, E4 and 90. RGB value is (225,228,144). Sum of RGB (Red+Green+Blue) = 225+228+144=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 228 (89.45% from 255 or 38.19% from 597); Blue value is 144 (56.64% from 255 or 24.12% from 597); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E490 is #1E1B6F. Grayscale: #D9D9D9. Windows color (decimal): -1973104 or 9495777. OLE color: 9495777.

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

Color convert

RGB 225 228 144 -
CMYK 0.01 0 0.37 0.11
HSL 62.14º 0.61% 0.73% -
HSV(B) 62.14º 0.37% 0.89% -
XYZ 63.83 73.51 37.21 -
YUV 217.53 86.51 133.33 -
System Red Green Blue C M Y K H S L
Decimal 225 228 144 0.01 0 0.37 0.11 62.14 0.61 0.73
Hex E1 E4 90 1 0 25 B 3E 3D 49
Octal 341 344 220 1 0 45 13 76 75 111
Binary 11100001 11100100 10010000 1 0 100101 1011 111110 111101 1001001

Color Harmonies of #E1E490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E490

Black with #E1E490

Text Example


Text Example

White with #E1E490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E490; }

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

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

background-color css

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

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

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

border-color css

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

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

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