Html Css Color HEX #E0E48C Primrose

📋 copy color: '#E0E48C'

red 224 ◦ green 228 ◦ blue 140

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

Shades of Primrose #E0E48C

Tints of Primrose #E0E48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.65%

R = 37.84%
G = 38.51%
B = 23.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E0E48C (or 0xE0E48C) is known color: Primrose. HEX triplet: E0, E4 and 8C. RGB value is (224,228,140). Sum of RGB (Red+Green+Blue) = 224+228+140=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 140 (55.08% from 255 or 23.65% from 592); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E48C is #1F1B73. Grayscale: #D9D9D9. Windows color (decimal): -2038644 or 9233632. OLE color: 9233632.

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

Color convert

RGB 224 228 140 -
CMYK 0.02 0 0.39 0.11
HSL 62.73º 0.62% 0.72% -
HSV(B) 62.73º 0.39% 0.89% -
XYZ 63.22 73.23 35.61 -
YUV 216.77 84.67 133.16 -
System Red Green Blue C M Y K H S L
Decimal 224 228 140 0.02 0 0.39 0.11 62.73 0.62 0.72
Hex E0 E4 8C 2 0 27 B 3F 3E 48
Octal 340 344 214 2 0 47 13 77 76 110
Binary 11100000 11100100 10001100 10 0 100111 1011 111111 111110 1001000

Color Harmonies of #E0E48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E48C

Black with #E0E48C

Text Example


Text Example

White with #E0E48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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