Html Css Color HEX #E1DB8C Primrose

📋 copy color: '#E1DB8C'

red 225 ◦ green 219 ◦ blue 140

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

Shades of Primrose #E1DB8C

Tints of Primrose #E1DB8C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.5%

 BLUE value IS 140 (55.08% from 255) = 23.97%

R = 38.53%
G = 37.5%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1DB8C (or 0xE1DB8C) is known color: Primrose. HEX triplet: E1, DB and 8C. RGB value is (225,219,140). Sum of RGB (Red+Green+Blue) = 225+219+140=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 140 (55.08% from 255 or 23.97% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DB8C is #1E2473. Grayscale: #D4D4D4. Windows color (decimal): -1975412 or 9231329. OLE color: 9231329.

HSL color Cylindrical-coordinate representation of color #E1DB8C: hue angle of 55.76º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1DB8C is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 219 140 -
CMYK 0 0.03 0.38 0.12
HSL 55.76º 0.59% 0.72% -
HSV(B) 55.76º 0.38% 0.88% -
XYZ 61.12 68.56 34.82 -
YUV 211.79 87.49 137.42 -
System Red Green Blue C M Y K H S L
Decimal 225 219 140 0 0.03 0.38 0.12 55.76 0.59 0.72
Hex E1 DB 8C 0 3 26 C 38 3B 48
Octal 341 333 214 0 3 46 14 70 73 110
Binary 11100001 11011011 10001100 0 11 100110 1100 111000 111011 1001000

Color Harmonies of #E1DB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DB8C

Black with #E1DB8C

Text Example


Text Example

White with #E1DB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DB8C; }

 p { color: rgb(225,219,140); }

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

background-color css

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

 a { background-color: rgb(225,219,140); }

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

border-color css

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

 span { border-color: rgb(225,219,140); }

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