Html Css Color HEX #E0E493 Primrose

📋 copy color: '#E0E493'

red 224 ◦ green 228 ◦ blue 147

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

Shades of Primrose #E0E493

Tints of Primrose #E0E493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.54%

R = 37.4%
G = 38.06%
B = 24.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E0E493 (or 0xE0E493) is known color: Primrose. HEX triplet: E0, E4 and 93. RGB value is (224,228,147). Sum of RGB (Red+Green+Blue) = 224+228+147=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 228 (89.45% from 255 or 38.06% from 599); Blue value is 147 (57.81% from 255 or 24.54% from 599); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E493 is #1F1B6C. Grayscale: #D9D9D9. Windows color (decimal): -2038637 or 9692384. OLE color: 9692384.

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

Color convert

RGB 224 228 147 -
CMYK 0.02 0 0.36 0.11
HSL 62.96º 0.6% 0.74% -
HSV(B) 62.96º 0.36% 0.89% -
XYZ 63.75 73.44 38.42 -
YUV 217.57 88.17 132.59 -
System Red Green Blue C M Y K H S L
Decimal 224 228 147 0.02 0 0.36 0.11 62.96 0.6 0.74
Hex E0 E4 93 2 0 24 B 3F 3C 4A
Octal 340 344 223 2 0 44 13 77 74 112
Binary 11100000 11100100 10010011 10 0 100100 1011 111111 111100 1001010

Color Harmonies of #E0E493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E493

Black with #E0E493

Text Example


Text Example

White with #E0E493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E493; }

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

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

background-color css

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

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

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

border-color css

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

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

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