Html Css Color HEX #E1E594 Primrose

📋 copy color: '#E1E594'

red 225 ◦ green 229 ◦ blue 148

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

Shades of Primrose #E1E594

Tints of Primrose #E1E594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.58%

R = 37.38%
G = 38.04%
B = 24.58%

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

#E1E594 (or 0xE1E594) is known color: Primrose. HEX triplet: E1, E5 and 94. RGB value is (225,229,148). Sum of RGB (Red+Green+Blue) = 225+229+148=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 229 (89.84% from 255 or 38.04% from 602); Blue value is 148 (58.20% from 255 or 24.58% from 602); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E594 is #1E1A6B. Grayscale: #DADADA. Windows color (decimal): -1972844 or 9758177. OLE color: 9758177.

HSL color Cylindrical-coordinate representation of color #E1E594: hue angle of 62.96º degrees, saturation: 0.61, 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 #E1E594 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 229 148 -
CMYK 0.02 0 0.35 0.10
HSL 62.96º 0.61% 0.74% -
HSV(B) 62.96º 0.35% 0.9% -
XYZ 64.42 74.18 38.94 -
YUV 218.57 88.17 132.59 -
System Red Green Blue C M Y K H S L
Decimal 225 229 148 0.02 0 0.35 0.10 62.96 0.61 0.74
Hex E1 E5 94 2 0 23 A 3F 3D 4A
Octal 341 345 224 2 0 43 12 77 75 112
Binary 11100001 11100101 10010100 10 0 100011 1010 111111 111101 1001010

Color Harmonies of #E1E594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E594

Black with #E1E594

Text Example


Text Example

White with #E1E594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E594; }

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

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

background-color css

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

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

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

border-color css

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

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

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