Html Css Color HEX #E1E096 Primrose

📋 copy color: '#E1E096'

red 225 ◦ green 224 ◦ blue 150

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

Shades of Primrose #E1E096

Tints of Primrose #E1E096

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.4%

 BLUE value IS 150 (58.98% from 255) = 25.04%

R = 37.56%
G = 37.4%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E1E096 (or 0xE1E096) is known color: Primrose. HEX triplet: E1, E0 and 96. RGB value is (225,224,150). Sum of RGB (Red+Green+Blue) = 225+224+150=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E096 is #1E1F69. Grayscale: #D8D8D8. Windows color (decimal): -1974122 or 9887969. OLE color: 9887969.

HSL color Cylindrical-coordinate representation of color #E1E096: hue angle of 59.2º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1E096 is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 224 150 -
CMYK 0 0.00 0.33 0.12
HSL 59.2º 0.56% 0.74% -
HSV(B) 59.2º 0.33% 0.88% -
XYZ 63.21 71.52 39.33 -
YUV 215.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 225 224 150 0 0.00 0.33 0.12 59.2 0.56 0.74
Hex E1 E0 96 0 0 21 C 3B 38 4A
Octal 341 340 226 0 0 41 14 73 70 112
Binary 11100001 11100000 10010110 0 0 100001 1100 111011 111000 1001010

Color Harmonies of #E1E096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E096

Black with #E1E096

Text Example


Text Example

White with #E1E096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E096; }

 p { color: rgb(225,224,150); }

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

background-color css

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

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

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

border-color css

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

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

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