Html Css Color HEX #E1D996 Primrose

📋 copy color: '#E1D996'

red 225 ◦ green 217 ◦ blue 150

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

Shades of Primrose #E1D996

Tints of Primrose #E1D996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.34%

R = 38.01%
G = 36.66%
B = 25.34%

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

#E1D996 (or 0xE1D996) is known color: Primrose. HEX triplet: E1, D9 and 96. RGB value is (225,217,150). Sum of RGB (Red+Green+Blue) = 225+217+150=592 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.01% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 150 (58.98% from 255 or 25.34% from 592); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D996 is #1E2669. Grayscale: #D4D4D4. Windows color (decimal): -1975914 or 9886177. OLE color: 9886177.

HSL color Cylindrical-coordinate representation of color #E1D996: hue angle of 53.6º degrees, saturation: 0.56, 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 #E1D996 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 217 150 -
CMYK 0 0.04 0.33 0.12
HSL 53.6º 0.56% 0.74% -
HSV(B) 53.6º 0.33% 0.88% -
XYZ 61.37 67.84 38.71 -
YUV 211.75 93.15 137.45 -
System Red Green Blue C M Y K H S L
Decimal 225 217 150 0 0.04 0.33 0.12 53.6 0.56 0.74
Hex E1 D9 96 0 4 21 C 36 38 4A
Octal 341 331 226 0 4 41 14 66 70 112
Binary 11100001 11011001 10010110 0 100 100001 1100 110110 111000 1001010

Color Harmonies of #E1D996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D996

Black with #E1D996

Text Example


Text Example

White with #E1D996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D996; }

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

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

background-color css

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

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

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

border-color css

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

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

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