Html Css Color HEX #E2E595 Primrose

📋 copy color: '#E2E595'

red 226 ◦ green 229 ◦ blue 149

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

Shades of Primrose #E2E595

Tints of Primrose #E2E595

RGB

 RED value IS 226 (88.67% from 255) = 37.42%

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

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

R = 37.42%
G = 37.91%
B = 24.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E2E595 (or 0xE2E595) is known color: Primrose. HEX triplet: E2, E5 and 95. RGB value is (226,229,149). Sum of RGB (Red+Green+Blue) = 226+229+149=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E595 is #1D1A6A. Grayscale: #DBDBDB. Windows color (decimal): -1907307 or 9823714. OLE color: 9823714.

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

Color convert

RGB 226 229 149 -
CMYK 0.01 0 0.35 0.10
HSL 62.25º 0.61% 0.74% -
HSV(B) 62.25º 0.35% 0.9% -
XYZ 64.81 74.38 39.37 -
YUV 218.98 88.51 133 -
System Red Green Blue C M Y K H S L
Decimal 226 229 149 0.01 0 0.35 0.10 62.25 0.61 0.74
Hex E2 E5 95 1 0 23 A 3E 3D 4A
Octal 342 345 225 1 0 43 12 76 75 112
Binary 11100010 11100101 10010101 1 0 100011 1010 111110 111101 1001010

Color Harmonies of #E2E595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E595

Black with #E2E595

Text Example


Text Example

White with #E2E595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E595; }

 p { color: rgb(226,229,149); }

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

background-color css

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

 a { background-color: rgb(226,229,149); }

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

border-color css

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

 span { border-color: rgb(226,229,149); }

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