Html Css Color HEX #E2E090 Primrose

📋 copy color: '#E2E090'

red 226 ◦ green 224 ◦ blue 144

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

Shades of Primrose #E2E090

Tints of Primrose #E2E090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.24%

R = 38.05%
G = 37.71%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E2E090 (or 0xE2E090) is known color: Primrose. HEX triplet: E2, E0 and 90. RGB value is (226,224,144). Sum of RGB (Red+Green+Blue) = 226+224+144=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 144 (56.64% from 255 or 24.24% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E090 is #1D1F6F. Grayscale: #D7D7D7. Windows color (decimal): -1908592 or 9494754. OLE color: 9494754.

HSL color Cylindrical-coordinate representation of color #E2E090: hue angle of 58.54º degrees, saturation: 0.59, 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 #E2E090 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 224 144 -
CMYK 0 0.01 0.36 0.11
HSL 58.54º 0.59% 0.73% -
HSV(B) 58.54º 0.36% 0.89% -
XYZ 63.05 71.49 36.86 -
YUV 215.48 87.66 135.5 -
System Red Green Blue C M Y K H S L
Decimal 226 224 144 0 0.01 0.36 0.11 58.54 0.59 0.73
Hex E2 E0 90 0 1 24 B 3B 3B 49
Octal 342 340 220 0 1 44 13 73 73 111
Binary 11100010 11100000 10010000 0 1 100100 1011 111011 111011 1001001

Color Harmonies of #E2E090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E090

Black with #E2E090

Text Example


Text Example

White with #E2E090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E090; }

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

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

background-color css

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

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

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

border-color css

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

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

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