Html Css Color HEX #E1DD91 Primrose

📋 copy color: '#E1DD91'

red 225 ◦ green 221 ◦ blue 145

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

Shades of Primrose #E1DD91

Tints of Primrose #E1DD91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.53%

R = 38.07%
G = 37.39%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1DD91 (or 0xE1DD91) is known color: Primrose. HEX triplet: E1, DD and 91. RGB value is (225,221,145). Sum of RGB (Red+Green+Blue) = 225+221+145=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 145 (57.03% from 255 or 24.53% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DD91 is #1E226E. Grayscale: #D5D5D5. Windows color (decimal): -1974895 or 9559521. OLE color: 9559521.

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

Color convert

RGB 225 221 145 -
CMYK 0 0.02 0.36 0.12
HSL 57º 0.57% 0.73% -
HSV(B) 57º 0.36% 0.88% -
XYZ 62.02 69.76 36.99 -
YUV 213.53 89.33 136.18 -
System Red Green Blue C M Y K H S L
Decimal 225 221 145 0 0.02 0.36 0.12 57 0.57 0.73
Hex E1 DD 91 0 2 24 C 39 39 49
Octal 341 335 221 0 2 44 14 71 71 111
Binary 11100001 11011101 10010001 0 10 100100 1100 111001 111001 1001001

Color Harmonies of #E1DD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DD91

Black with #E1DD91

Text Example


Text Example

White with #E1DD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DD91; }

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

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

background-color css

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

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

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

border-color css

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

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

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