Html Css Color HEX #E1DC95 Primrose

📋 copy color: '#E1DC95'

red 225 ◦ green 220 ◦ blue 149

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

Shades of Primrose #E1DC95

Tints of Primrose #E1DC95

RGB

 RED value IS 225 (88.28% from 255) = 37.88%

 GREEN value IS 220 (86.33% from 255) = 37.04%

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

R = 37.88%
G = 37.04%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E1DC95 (or 0xE1DC95) is known color: Primrose. HEX triplet: E1, DC and 95. RGB value is (225,220,149). Sum of RGB (Red+Green+Blue) = 225+220+149=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DC95 is #1E236A. Grayscale: #D5D5D5. Windows color (decimal): -1975147 or 9821409. OLE color: 9821409.

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

Color convert

RGB 225 220 149 -
CMYK 0 0.02 0.34 0.12
HSL 56.05º 0.56% 0.73% -
HSV(B) 56.05º 0.34% 0.88% -
XYZ 62.07 69.36 38.55 -
YUV 213.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 225 220 149 0 0.02 0.34 0.12 56.05 0.56 0.73
Hex E1 DC 95 0 2 22 C 38 38 49
Octal 341 334 225 0 2 42 14 70 70 111
Binary 11100001 11011100 10010101 0 10 100010 1100 111000 111000 1001001

Color Harmonies of #E1DC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DC95

Black with #E1DC95

Text Example


Text Example

White with #E1DC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DC95; }

 p { color: rgb(225,220,149); }

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

background-color css

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

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

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

border-color css

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

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

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