Html Css Color HEX #E2E49B Primrose

📋 copy color: '#E2E49B'

red 226 ◦ green 228 ◦ blue 155

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

Shades of Primrose #E2E49B

Tints of Primrose #E2E49B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.44%

 BLUE value IS 155 (60.94% from 255) = 25.45%

R = 37.11%
G = 37.44%
B = 25.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E2E49B (or 0xE2E49B) is known color: Primrose. HEX triplet: E2, E4 and 9B. RGB value is (226,228,155). Sum of RGB (Red+Green+Blue) = 226+228+155=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 228 (89.45% from 255 or 37.44% from 609); Blue value is 155 (60.94% from 255 or 25.45% from 609); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E49B is #1D1B64. Grayscale: #DBDBDB. Windows color (decimal): -1907557 or 10216674. OLE color: 10216674.

HSL color Cylindrical-coordinate representation of color #E2E49B: hue angle of 61.64º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2E49B is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 228 155 -
CMYK 0.01 0 0.32 0.11
HSL 61.64º 0.57% 0.75% -
HSV(B) 61.64º 0.32% 0.89% -
XYZ 65.02 74.02 41.87 -
YUV 219.08 91.84 132.94 -
System Red Green Blue C M Y K H S L
Decimal 226 228 155 0.01 0 0.32 0.11 61.64 0.57 0.75
Hex E2 E4 9B 1 0 20 B 3E 39 4B
Octal 342 344 233 1 0 40 13 76 71 113
Binary 11100010 11100100 10011011 1 0 100000 1011 111110 111001 1001011

Color Harmonies of #E2E49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E49B

Black with #E2E49B

Text Example


Text Example

White with #E2E49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E49B; }

 p { color: rgb(226,228,155); }

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

background-color css

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

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

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

border-color css

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

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

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