Html Css Color HEX #E1E395 Primrose

📋 copy color: '#E1E395'

red 225 ◦ green 227 ◦ blue 149

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

Shades of Primrose #E1E395

Tints of Primrose #E1E395

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.77%

 BLUE value IS 149 (58.59% from 255) = 24.79%

R = 37.44%
G = 37.77%
B = 24.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E1E395 (or 0xE1E395) is known color: Primrose. HEX triplet: E1, E3 and 95. RGB value is (225,227,149). Sum of RGB (Red+Green+Blue) = 225+227+149=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 227 (89.06% from 255 or 37.77% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E395 is #1E1C6A. Grayscale: #D9D9D9. Windows color (decimal): -1973355 or 9823201. OLE color: 9823201.

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

Color convert

RGB 225 227 149 -
CMYK 0.01 0 0.34 0.11
HSL 61.54º 0.58% 0.74% -
HSV(B) 61.54º 0.34% 0.89% -
XYZ 63.95 73.12 39.18 -
YUV 217.51 89.34 133.34 -
System Red Green Blue C M Y K H S L
Decimal 225 227 149 0.01 0 0.34 0.11 61.54 0.58 0.74
Hex E1 E3 95 1 0 22 B 3E 3A 4A
Octal 341 343 225 1 0 42 13 76 72 112
Binary 11100001 11100011 10010101 1 0 100010 1011 111110 111010 1001010

Color Harmonies of #E1E395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E395

Black with #E1E395

Text Example


Text Example

White with #E1E395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E395; }

 p { color: rgb(225,227,149); }

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

background-color css

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

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

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

border-color css

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

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

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