Html Css Color HEX #E1E48E Primrose

📋 copy color: '#E1E48E'

red 225 ◦ green 228 ◦ blue 142

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

Shades of Primrose #E1E48E

Tints of Primrose #E1E48E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.87%

R = 37.82%
G = 38.32%
B = 23.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E1E48E (or 0xE1E48E) is known color: Primrose. HEX triplet: E1, E4 and 8E. RGB value is (225,228,142). Sum of RGB (Red+Green+Blue) = 225+228+142=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 142 (55.86% from 255 or 23.87% from 595); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E48E is #1E1B71. Grayscale: #D9D9D9. Windows color (decimal): -1973106 or 9364705. OLE color: 9364705.

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

Color convert

RGB 225 228 142 -
CMYK 0.01 0 0.38 0.11
HSL 62.09º 0.61% 0.73% -
HSV(B) 62.09º 0.38% 0.89% -
XYZ 63.68 73.45 36.41 -
YUV 217.3 85.51 133.49 -
System Red Green Blue C M Y K H S L
Decimal 225 228 142 0.01 0 0.38 0.11 62.09 0.61 0.73
Hex E1 E4 8E 1 0 26 B 3E 3D 49
Octal 341 344 216 1 0 46 13 76 75 111
Binary 11100001 11100100 10001110 1 0 100110 1011 111110 111101 1001001

Color Harmonies of #E1E48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E48E

Black with #E1E48E

Text Example


Text Example

White with #E1E48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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