Html Css Color HEX #E1DC8D Primrose

📋 copy color: '#E1DC8D'

red 225 ◦ green 220 ◦ blue 141

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

Shades of Primrose #E1DC8D

Tints of Primrose #E1DC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.06%

R = 38.4%
G = 37.54%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1DC8D (or 0xE1DC8D) is known color: Primrose. HEX triplet: E1, DC and 8D. RGB value is (225,220,141). Sum of RGB (Red+Green+Blue) = 225+220+141=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DC8D is #1E2372. Grayscale: #D4D4D4. Windows color (decimal): -1975155 or 9297121. OLE color: 9297121.

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

Color convert

RGB 225 220 141 -
CMYK 0 0.02 0.37 0.12
HSL 56.43º 0.58% 0.72% -
HSV(B) 56.43º 0.37% 0.88% -
XYZ 61.45 69.12 35.3 -
YUV 212.49 87.66 136.92 -
System Red Green Blue C M Y K H S L
Decimal 225 220 141 0 0.02 0.37 0.12 56.43 0.58 0.72
Hex E1 DC 8D 0 2 25 C 38 3A 48
Octal 341 334 215 0 2 45 14 70 72 110
Binary 11100001 11011100 10001101 0 10 100101 1100 111000 111010 1001000

Color Harmonies of #E1DC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DC8D

Black with #E1DC8D

Text Example


Text Example

White with #E1DC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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