Html Css Color HEX #E2E498 Primrose

📋 copy color: '#E2E498'

red 226 ◦ green 228 ◦ blue 152

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

Shades of Primrose #E2E498

Tints of Primrose #E2E498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.08%

R = 37.29%
G = 37.62%
B = 25.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E2E498 (or 0xE2E498) is known color: Primrose. HEX triplet: E2, E4 and 98. RGB value is (226,228,152). Sum of RGB (Red+Green+Blue) = 226+228+152=606 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.29% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 152 (59.77% from 255 or 25.08% from 606); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E498 is #1D1B67. Grayscale: #DBDBDB. Windows color (decimal): -1907560 or 10020066. OLE color: 10020066.

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

Color convert

RGB 226 228 152 -
CMYK 0.01 0 0.33 0.11
HSL 61.58º 0.58% 0.75% -
HSV(B) 61.58º 0.33% 0.89% -
XYZ 64.77 73.92 40.56 -
YUV 218.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 226 228 152 0.01 0 0.33 0.11 61.58 0.58 0.75
Hex E2 E4 98 1 0 21 B 3E 3A 4B
Octal 342 344 230 1 0 41 13 76 72 113
Binary 11100010 11100100 10011000 1 0 100001 1011 111110 111010 1001011

Color Harmonies of #E2E498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E498

Black with #E2E498

Text Example


Text Example

White with #E2E498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E498; }

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

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

background-color css

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

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

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

border-color css

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

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

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