Html Css Color HEX #E1E695 Primrose

📋 copy color: '#E1E695'

red 225 ◦ green 230 ◦ blue 149

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

Shades of Primrose #E1E695

Tints of Primrose #E1E695

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.08%

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

R = 37.25%
G = 38.08%
B = 24.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E1E695 (or 0xE1E695) is known color: Primrose. HEX triplet: E1, E6 and 95. RGB value is (225,230,149). Sum of RGB (Red+Green+Blue) = 225+230+149=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 230 - color contains mainly: green. Hex color #E1E695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1E695 is #1E196A. Grayscale: #DBDBDB. Windows color (decimal): -1972587 or 9823969. OLE color: 9823969.

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

Color convert

RGB 225 230 149 -
CMYK 0.02 0 0.35 0.10
HSL 63.7º 0.62% 0.74% -
HSV(B) 63.7º 0.35% 0.9% -
XYZ 64.77 74.77 39.45 -
YUV 219.27 88.34 132.09 -
System Red Green Blue C M Y K H S L
Decimal 225 230 149 0.02 0 0.35 0.10 63.7 0.62 0.74
Hex E1 E6 95 2 0 23 A 40 3E 4A
Octal 341 346 225 2 0 43 12 100 76 112
Binary 11100001 11100110 10010101 10 0 100011 1010 1000000 111110 1001010

Color Harmonies of #E1E695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E695

Black with #E1E695

Text Example


Text Example

White with #E1E695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E695; }

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

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

background-color css

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

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

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

border-color css

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

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

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