Html Css Color HEX #E2E098 Primrose

📋 copy color: '#E2E098'

red 226 ◦ green 224 ◦ blue 152

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

Shades of Primrose #E2E098

Tints of Primrose #E2E098

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.21%

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

R = 37.54%
G = 37.21%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E2E098 (or 0xE2E098) is known color: Primrose. HEX triplet: E2, E0 and 98. RGB value is (226,224,152). Sum of RGB (Red+Green+Blue) = 226+224+152=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 152 (59.77% from 255 or 25.25% from 602); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E098 is #1D1F67. Grayscale: #D8D8D8. Windows color (decimal): -1908584 or 10019042. OLE color: 10019042.

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

Color convert

RGB 226 224 152 -
CMYK 0 0.01 0.33 0.11
HSL 58.38º 0.56% 0.74% -
HSV(B) 58.38º 0.33% 0.89% -
XYZ 63.69 71.75 40.2 -
YUV 216.39 91.66 134.85 -
System Red Green Blue C M Y K H S L
Decimal 226 224 152 0 0.01 0.33 0.11 58.38 0.56 0.74
Hex E2 E0 98 0 1 21 B 3A 38 4A
Octal 342 340 230 0 1 41 13 72 70 112
Binary 11100010 11100000 10011000 0 1 100001 1011 111010 111000 1001010

Color Harmonies of #E2E098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E098

Black with #E2E098

Text Example


Text Example

White with #E2E098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E098; }

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

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

background-color css

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

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

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

border-color css

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

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

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