Html Css Color HEX #E1DD95 Primrose

📋 copy color: '#E1DD95'

red 225 ◦ green 221 ◦ blue 149

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

Shades of Primrose #E1DD95

Tints of Primrose #E1DD95

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.14%

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

R = 37.82%
G = 37.14%
B = 25.04%

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

#E1DD95 (or 0xE1DD95) is known color: Primrose. HEX triplet: E1, DD and 95. RGB value is (225,221,149). Sum of RGB (Red+Green+Blue) = 225+221+149=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DD95 is #1E226A. Grayscale: #D6D6D6. Windows color (decimal): -1974891 or 9821665. OLE color: 9821665.

HSL color Cylindrical-coordinate representation of color #E1DD95: hue angle of 56.84º 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 #E1DD95 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 221 149 -
CMYK 0 0.02 0.34 0.12
HSL 56.84º 0.56% 0.73% -
HSV(B) 56.84º 0.34% 0.88% -
XYZ 62.33 69.89 38.64 -
YUV 213.99 91.33 135.85 -
System Red Green Blue C M Y K H S L
Decimal 225 221 149 0 0.02 0.34 0.12 56.84 0.56 0.73
Hex E1 DD 95 0 2 22 C 39 38 49
Octal 341 335 225 0 2 42 14 71 70 111
Binary 11100001 11011101 10010101 0 10 100010 1100 111001 111000 1001001

Color Harmonies of #E1DD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DD95

Black with #E1DD95

Text Example


Text Example

White with #E1DD95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DD95; }

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

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

background-color css

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

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

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

border-color css

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

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

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