Html Css Color HEX #E1DC9B Primrose

📋 copy color: '#E1DC9B'

red 225 ◦ green 220 ◦ blue 155

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

Shades of Primrose #E1DC9B

Tints of Primrose #E1DC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.83%

R = 37.5%
G = 36.67%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1DC9B (or 0xE1DC9B) is known color: Primrose. HEX triplet: E1, DC and 9B. RGB value is (225,220,155). Sum of RGB (Red+Green+Blue) = 225+220+155=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 155 (60.94% from 255 or 25.83% from 600); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DC9B is #1E2364. Grayscale: #D6D6D6. Windows color (decimal): -1975141 or 10214625. OLE color: 10214625.

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

Color convert

RGB 225 220 155 -
CMYK 0 0.02 0.31 0.12
HSL 55.71º 0.54% 0.75% -
HSV(B) 55.71º 0.31% 0.88% -
XYZ 62.56 69.56 41.14 -
YUV 214.09 94.66 135.79 -
System Red Green Blue C M Y K H S L
Decimal 225 220 155 0 0.02 0.31 0.12 55.71 0.54 0.75
Hex E1 DC 9B 0 2 1F C 38 36 4B
Octal 341 334 233 0 2 37 14 70 66 113
Binary 11100001 11011100 10011011 0 10 11111 1100 111000 110110 1001011

Color Harmonies of #E1DC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DC9B

Black with #E1DC9B

Text Example


Text Example

White with #E1DC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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