Html Css Color HEX #E1E59C Primrose

📋 copy color: '#E1E59C'

red 225 ◦ green 229 ◦ blue 156

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

Shades of Primrose #E1E59C

Tints of Primrose #E1E59C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.54%

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

R = 36.89%
G = 37.54%
B = 25.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E1E59C (or 0xE1E59C) is known color: Primrose. HEX triplet: E1, E5 and 9C. RGB value is (225,229,156). Sum of RGB (Red+Green+Blue) = 225+229+156=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 229 (89.84% from 255 or 37.54% from 610); Blue value is 156 (61.33% from 255 or 25.57% from 610); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E59C is #1E1A63. Grayscale: #DBDBDB. Windows color (decimal): -1972836 or 10282465. OLE color: 10282465.

HSL color Cylindrical-coordinate representation of color #E1E59C: hue angle of 63.29º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1E59C is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 229 156 -
CMYK 0.02 0 0.32 0.10
HSL 63.29º 0.58% 0.75% -
HSV(B) 63.29º 0.32% 0.9% -
XYZ 65.07 74.45 42.39 -
YUV 219.48 92.17 131.94 -
System Red Green Blue C M Y K H S L
Decimal 225 229 156 0.02 0 0.32 0.10 63.29 0.58 0.75
Hex E1 E5 9C 2 0 20 A 3F 3A 4B
Octal 341 345 234 2 0 40 12 77 72 113
Binary 11100001 11100101 10011100 10 0 100000 1010 111111 111010 1001011

Color Harmonies of #E1E59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E59C

Black with #E1E59C

Text Example


Text Example

White with #E1E59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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