Html Css Color HEX #E0E490 Primrose

📋 copy color: '#E0E490'

red 224 ◦ green 228 ◦ blue 144

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

Shades of Primrose #E0E490

Tints of Primrose #E0E490

RGB

 RED value IS 224 (87.89% from 255) = 37.58%

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

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

R = 37.58%
G = 38.26%
B = 24.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E0E490 (or 0xE0E490) is known color: Primrose. HEX triplet: E0, E4 and 90. RGB value is (224,228,144). Sum of RGB (Red+Green+Blue) = 224+228+144=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E490 is #1F1B6F. Grayscale: #D9D9D9. Windows color (decimal): -2038640 or 9495776. OLE color: 9495776.

HSL color Cylindrical-coordinate representation of color #E0E490: hue angle of 62.86º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0E490 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 224 228 144 -
CMYK 0.02 0 0.37 0.11
HSL 62.86º 0.61% 0.73% -
HSV(B) 62.86º 0.37% 0.89% -
XYZ 63.52 73.35 37.2 -
YUV 217.23 86.67 132.83 -
System Red Green Blue C M Y K H S L
Decimal 224 228 144 0.02 0 0.37 0.11 62.86 0.61 0.73
Hex E0 E4 90 2 0 25 B 3F 3D 49
Octal 340 344 220 2 0 45 13 77 75 111
Binary 11100000 11100100 10010000 10 0 100101 1011 111111 111101 1001001

Color Harmonies of #E0E490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E490

Black with #E0E490

Text Example


Text Example

White with #E0E490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E490; }

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

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

background-color css

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

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

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

border-color css

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

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

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