Html Css Color HEX #E1D997 Primrose

📋 copy color: '#E1D997'

red 225 ◦ green 217 ◦ blue 151

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

Shades of Primrose #E1D997

Tints of Primrose #E1D997

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.59%

 BLUE value IS 151 (59.38% from 255) = 25.46%

R = 37.94%
G = 36.59%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E1D997 (or 0xE1D997) is known color: Primrose. HEX triplet: E1, D9 and 97. RGB value is (225,217,151). Sum of RGB (Red+Green+Blue) = 225+217+151=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 151 (59.38% from 255 or 25.46% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D997 is #1E2668. Grayscale: #D4D4D4. Windows color (decimal): -1975913 or 9951713. OLE color: 9951713.

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

Color convert

RGB 225 217 151 -
CMYK 0 0.04 0.33 0.12
HSL 53.51º 0.55% 0.74% -
HSV(B) 53.51º 0.33% 0.88% -
XYZ 61.45 67.87 39.14 -
YUV 211.87 93.65 137.37 -
System Red Green Blue C M Y K H S L
Decimal 225 217 151 0 0.04 0.33 0.12 53.51 0.55 0.74
Hex E1 D9 97 0 4 21 C 36 37 4A
Octal 341 331 227 0 4 41 14 66 67 112
Binary 11100001 11011001 10010111 0 100 100001 1100 110110 110111 1001010

Color Harmonies of #E1D997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D997

Black with #E1D997

Text Example


Text Example

White with #E1D997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D997; }

 p { color: rgb(225,217,151); }

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

background-color css

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

 a { background-color: rgb(225,217,151); }

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

border-color css

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

 span { border-color: rgb(225,217,151); }

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