Html Css Color HEX #E0E19A Primrose

📋 copy color: '#E0E19A'

red 224 ◦ green 225 ◦ blue 154

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

Shades of Primrose #E0E19A

Tints of Primrose #E0E19A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.31%

 BLUE value IS 154 (60.55% from 255) = 25.54%

R = 37.15%
G = 37.31%
B = 25.54%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E0E19A (or 0xE0E19A) is known color: Primrose. HEX triplet: E0, E1 and 9A. RGB value is (224,225,154). Sum of RGB (Red+Green+Blue) = 224+225+154=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 154 (60.55% from 255 or 25.54% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E19A is #1F1E65. Grayscale: #D8D8D8. Windows color (decimal): -2039398 or 10150368. OLE color: 10150368.

HSL color Cylindrical-coordinate representation of color #E0E19A: hue angle of 60.85º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0E19A is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 225 154 -
CMYK 0.00 0 0.32 0.12
HSL 60.85º 0.54% 0.74% -
HSV(B) 60.85º 0.32% 0.88% -
XYZ 63.5 72.03 41.13 -
YUV 216.61 92.67 133.27 -
System Red Green Blue C M Y K H S L
Decimal 224 225 154 0.00 0 0.32 0.12 60.85 0.54 0.74
Hex E0 E1 9A 0 0 20 C 3D 36 4A
Octal 340 341 232 0 0 40 14 75 66 112
Binary 11100000 11100001 10011010 0 0 100000 1100 111101 110110 1001010

Color Harmonies of #E0E19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E19A

Black with #E0E19A

Text Example


Text Example

White with #E0E19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E19A; }

 p { color: rgb(224,225,154); }

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

background-color css

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

 a { background-color: rgb(224,225,154); }

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

border-color css

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

 span { border-color: rgb(224,225,154); }

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