Html Css Color HEX #E1E19C Primrose

📋 copy color: '#E1E19C'

red 225 ◦ green 225 ◦ blue 156

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

Shades of Primrose #E1E19C

Tints of Primrose #E1E19C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.74%

R = 37.13%
G = 37.13%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1E19C (or 0xE1E19C) is known color: Primrose. HEX triplet: E1, E1 and 9C. RGB value is (225,225,156). Sum of RGB (Red+Green+Blue) = 225+225+156=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E19C is #1E1E63. Grayscale: #D9D9D9. Windows color (decimal): -1973860 or 10281441. OLE color: 10281441.

HSL color Cylindrical-coordinate representation of color #E1E19C: hue angle of 60º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1E19C is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 225 156 -
CMYK 0 0 0.31 0.12
HSL 60º 0.53% 0.75% -
HSV(B) 60º 0.31% 0.88% -
XYZ 63.98 72.26 42.03 -
YUV 217.13 93.5 133.61 -
System Red Green Blue C M Y K H S L
Decimal 225 225 156 0 0 0.31 0.12 60 0.53 0.75
Hex E1 E1 9C 0 0 1F C 3C 35 4B
Octal 341 341 234 0 0 37 14 74 65 113
Binary 11100001 11100001 10011100 0 0 11111 1100 111100 110101 1001011

Color Harmonies of #E1E19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E19C

Black with #E1E19C

Text Example


Text Example

White with #E1E19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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