Html Css Color HEX #E1DD8C Primrose

📋 copy color: '#E1DD8C'

red 225 ◦ green 221 ◦ blue 140

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

Shades of Primrose #E1DD8C

Tints of Primrose #E1DD8C

RGB

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

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

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

R = 38.4%
G = 37.71%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1DD8C (or 0xE1DD8C) is known color: Primrose. HEX triplet: E1, DD and 8C. RGB value is (225,221,140). Sum of RGB (Red+Green+Blue) = 225+221+140=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DD8C is #1E2273. Grayscale: #D5D5D5. Windows color (decimal): -1974900 or 9231841. OLE color: 9231841.

HSL color Cylindrical-coordinate representation of color #E1DD8C: hue angle of 57.18º 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 #E1DD8C is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 221 140 -
CMYK 0 0.02 0.38 0.12
HSL 57.18º 0.59% 0.72% -
HSV(B) 57.18º 0.38% 0.88% -
XYZ 61.64 69.61 35 -
YUV 212.96 86.83 136.59 -
System Red Green Blue C M Y K H S L
Decimal 225 221 140 0 0.02 0.38 0.12 57.18 0.59 0.72
Hex E1 DD 8C 0 2 26 C 39 3B 48
Octal 341 335 214 0 2 46 14 71 73 110
Binary 11100001 11011101 10001100 0 10 100110 1100 111001 111011 1001000

Color Harmonies of #E1DD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DD8C

Black with #E1DD8C

Text Example


Text Example

White with #E1DD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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