Html Css Color HEX #E2E291 Primrose

📋 copy color: '#E2E291'

red 226 ◦ green 226 ◦ blue 145

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

Shades of Primrose #E2E291

Tints of Primrose #E2E291

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.86%

 BLUE value IS 145 (57.03% from 255) = 24.29%

R = 37.86%
G = 37.86%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E2E291 (or 0xE2E291) is known color: Primrose. HEX triplet: E2, E2 and 91. RGB value is (226,226,145). Sum of RGB (Red+Green+Blue) = 226+226+145=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 145 (57.03% from 255 or 24.29% from 597); Max value from RGB is 226 - color contains mainly: red, green. Hex color #E2E291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E291 is #1D1D6E. Grayscale: #D9D9D9. Windows color (decimal): -1908079 or 9560802. OLE color: 9560802.

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

Color convert

RGB 226 226 145 -
CMYK 0 0 0.36 0.11
HSL 60º 0.58% 0.73% -
HSV(B) 60º 0.36% 0.89% -
XYZ 63.67 72.61 37.45 -
YUV 216.77 87.5 134.59 -
System Red Green Blue C M Y K H S L
Decimal 226 226 145 0 0 0.36 0.11 60 0.58 0.73
Hex E2 E2 91 0 0 24 B 3C 3A 49
Octal 342 342 221 0 0 44 13 74 72 111
Binary 11100010 11100010 10010001 0 0 100100 1011 111100 111010 1001001

Color Harmonies of #E2E291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E291

Black with #E2E291

Text Example


Text Example

White with #E2E291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E291; }

 p { color: rgb(226,226,145); }

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

background-color css

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

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

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

border-color css

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

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

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