Html Css Color HEX #E0E095 Primrose

📋 copy color: '#E0E095'

red 224 ◦ green 224 ◦ blue 149

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

Shades of Primrose #E0E095

Tints of Primrose #E0E095

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.52%

 BLUE value IS 149 (58.59% from 255) = 24.96%

R = 37.52%
G = 37.52%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E0E095 (or 0xE0E095) is known color: Primrose. HEX triplet: E0, E0 and 95. RGB value is (224,224,149). Sum of RGB (Red+Green+Blue) = 224+224+149=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 149 (58.59% from 255 or 24.96% from 597); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E095 is #1F1F6A. Grayscale: #D7D7D7. Windows color (decimal): -2039659 or 9822432. OLE color: 9822432.

HSL color Cylindrical-coordinate representation of color #E0E095: hue angle of 60º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0E095 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 224 149 -
CMYK 0 0 0.33 0.12
HSL 60º 0.55% 0.73% -
HSV(B) 60º 0.33% 0.88% -
XYZ 62.82 71.33 38.89 -
YUV 215.45 90.5 134.1 -
System Red Green Blue C M Y K H S L
Decimal 224 224 149 0 0 0.33 0.12 60 0.55 0.73
Hex E0 E0 95 0 0 21 C 3C 37 49
Octal 340 340 225 0 0 41 14 74 67 111
Binary 11100000 11100000 10010101 0 0 100001 1100 111100 110111 1001001

Color Harmonies of #E0E095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E095

Black with #E0E095

Text Example


Text Example

White with #E0E095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E095; }

 p { color: rgb(224,224,149); }

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

background-color css

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

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

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

border-color css

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

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

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