Html Css Color HEX #E2E195 Primrose

📋 copy color: '#E2E195'

red 226 ◦ green 225 ◦ blue 149

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

Shades of Primrose #E2E195

Tints of Primrose #E2E195

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.5%

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

R = 37.67%
G = 37.5%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E2E195 (or 0xE2E195) is known color: Primrose. HEX triplet: E2, E1 and 95. RGB value is (226,225,149). Sum of RGB (Red+Green+Blue) = 226+225+149=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E195 is #1D1E6A. Grayscale: #D8D8D8. Windows color (decimal): -1908331 or 9822690. OLE color: 9822690.

HSL color Cylindrical-coordinate representation of color #E2E195: hue angle of 59.22º degrees, saturation: 0.57, 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 #E2E195 is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 225 149 -
CMYK 0 0.00 0.34 0.11
HSL 59.22º 0.57% 0.74% -
HSV(B) 59.22º 0.34% 0.89% -
XYZ 63.71 72.19 39.01 -
YUV 216.64 89.83 134.68 -
System Red Green Blue C M Y K H S L
Decimal 226 225 149 0 0.00 0.34 0.11 59.22 0.57 0.74
Hex E2 E1 95 0 0 22 B 3B 39 4A
Octal 342 341 225 0 0 42 13 73 71 112
Binary 11100010 11100001 10010101 0 0 100010 1011 111011 111001 1001010

Color Harmonies of #E2E195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E195

Black with #E2E195

Text Example


Text Example

White with #E2E195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E195; }

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

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

background-color css

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

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

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

border-color css

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

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

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