Html Css Color HEX #E0E58E Primrose

📋 copy color: '#E0E58E'

red 224 ◦ green 229 ◦ blue 142

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

Shades of Primrose #E0E58E

Tints of Primrose #E0E58E

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.49%

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

R = 37.65%
G = 38.49%
B = 23.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E0E58E (or 0xE0E58E) is known color: Primrose. HEX triplet: E0, E5 and 8E. RGB value is (224,229,142). Sum of RGB (Red+Green+Blue) = 224+229+142=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 142 (55.86% from 255 or 23.87% from 595); Max value from RGB is 229 - color contains mainly: green. Hex color #E0E58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E58E is #1F1A71. Grayscale: #D9D9D9. Windows color (decimal): -2038386 or 9364960. OLE color: 9364960.

HSL color Cylindrical-coordinate representation of color #E0E58E: hue angle of 63.45º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0E58E is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 229 142 -
CMYK 0.02 0 0.38 0.10
HSL 63.45º 0.63% 0.73% -
HSV(B) 63.45º 0.38% 0.9% -
XYZ 63.64 73.84 36.49 -
YUV 217.59 85.34 132.57 -
System Red Green Blue C M Y K H S L
Decimal 224 229 142 0.02 0 0.38 0.10 63.45 0.63 0.73
Hex E0 E5 8E 2 0 26 A 3F 3F 49
Octal 340 345 216 2 0 46 12 77 77 111
Binary 11100000 11100101 10001110 10 0 100110 1010 111111 111111 1001001

Color Harmonies of #E0E58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E58E

Black with #E0E58E

Text Example


Text Example

White with #E0E58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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