Html Css Color HEX #E2E598 Primrose

📋 copy color: '#E2E598'

red 226 ◦ green 229 ◦ blue 152

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

Shades of Primrose #E2E598

Tints of Primrose #E2E598

RGB

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

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

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

R = 37.23%
G = 37.73%
B = 25.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E2E598 (or 0xE2E598) is known color: Primrose. HEX triplet: E2, E5 and 98. RGB value is (226,229,152). Sum of RGB (Red+Green+Blue) = 226+229+152=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 152 (59.77% from 255 or 25.04% from 607); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E598 is #1D1A67. Grayscale: #DBDBDB. Windows color (decimal): -1907304 or 10020322. OLE color: 10020322.

HSL color Cylindrical-coordinate representation of color #E2E598: hue angle of 62.34º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2E598 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 229 152 -
CMYK 0.01 0 0.34 0.10
HSL 62.34º 0.6% 0.75% -
HSV(B) 62.34º 0.34% 0.9% -
XYZ 65.05 74.47 40.65 -
YUV 219.33 90.01 132.76 -
System Red Green Blue C M Y K H S L
Decimal 226 229 152 0.01 0 0.34 0.10 62.34 0.6 0.75
Hex E2 E5 98 1 0 22 A 3E 3C 4B
Octal 342 345 230 1 0 42 12 76 74 113
Binary 11100010 11100101 10011000 1 0 100010 1010 111110 111100 1001011

Color Harmonies of #E2E598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E598

Black with #E2E598

Text Example


Text Example

White with #E2E598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E598; }

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

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

background-color css

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

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

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

border-color css

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

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

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