Html Css Color HEX #E0E18E Primrose

📋 copy color: '#E0E18E'

red 224 ◦ green 225 ◦ blue 142

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

Shades of Primrose #E0E18E

Tints of Primrose #E0E18E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.03%

R = 37.9%
G = 38.07%
B = 24.03%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0E18E (or 0xE0E18E) is known color: Primrose. HEX triplet: E0, E1 and 8E. RGB value is (224,225,142). Sum of RGB (Red+Green+Blue) = 224+225+142=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E18E is #1F1E71. Grayscale: #D7D7D7. Windows color (decimal): -2039410 or 9363936. OLE color: 9363936.

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

Color convert

RGB 224 225 142 -
CMYK 0.00 0 0.37 0.12
HSL 60.72º 0.58% 0.72% -
HSV(B) 60.72º 0.37% 0.88% -
XYZ 62.55 71.65 36.12 -
YUV 215.24 86.67 134.25 -
System Red Green Blue C M Y K H S L
Decimal 224 225 142 0.00 0 0.37 0.12 60.72 0.58 0.72
Hex E0 E1 8E 0 0 25 C 3D 3A 48
Octal 340 341 216 0 0 45 14 75 72 110
Binary 11100000 11100001 10001110 0 0 100101 1100 111101 111010 1001000

Color Harmonies of #E0E18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E18E

Black with #E0E18E

Text Example


Text Example

White with #E0E18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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