Html Css Color HEX #E1DC8F Primrose

📋 copy color: '#E1DC8F'

red 225 ◦ green 220 ◦ blue 143

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

Shades of Primrose #E1DC8F

Tints of Primrose #E1DC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.32%

R = 38.27%
G = 37.41%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1DC8F (or 0xE1DC8F) is known color: Primrose. HEX triplet: E1, DC and 8F. RGB value is (225,220,143). Sum of RGB (Red+Green+Blue) = 225+220+143=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 143 (56.25% from 255 or 24.32% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DC8F is #1E2370. Grayscale: #D5D5D5. Windows color (decimal): -1975153 or 9428193. OLE color: 9428193.

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

Color convert

RGB 225 220 143 -
CMYK 0 0.02 0.36 0.12
HSL 56.34º 0.58% 0.72% -
HSV(B) 56.34º 0.36% 0.88% -
XYZ 61.6 69.18 36.09 -
YUV 212.72 88.66 136.76 -
System Red Green Blue C M Y K H S L
Decimal 225 220 143 0 0.02 0.36 0.12 56.34 0.58 0.72
Hex E1 DC 8F 0 2 24 C 38 3A 48
Octal 341 334 217 0 2 44 14 70 72 110
Binary 11100001 11011100 10001111 0 10 100100 1100 111000 111010 1001000

Color Harmonies of #E1DC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DC8F

Black with #E1DC8F

Text Example


Text Example

White with #E1DC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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