Html Css Color HEX #E1DD8F Primrose

📋 copy color: '#E1DD8F'

red 225 ◦ green 221 ◦ blue 143

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

Shades of Primrose #E1DD8F

Tints of Primrose #E1DD8F

RGB

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

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

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

R = 38.2%
G = 37.52%
B = 24.28%

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

#E1DD8F (or 0xE1DD8F) is known color: Primrose. HEX triplet: E1, DD and 8F. RGB value is (225,221,143). Sum of RGB (Red+Green+Blue) = 225+221+143=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 143 (56.25% from 255 or 24.28% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DD8F is #1E2270. Grayscale: #D5D5D5. Windows color (decimal): -1974897 or 9428449. OLE color: 9428449.

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

Color convert

RGB 225 221 143 -
CMYK 0 0.02 0.36 0.12
HSL 57.07º 0.58% 0.72% -
HSV(B) 57.07º 0.36% 0.88% -
XYZ 61.87 69.7 36.18 -
YUV 213.3 88.33 136.34 -
System Red Green Blue C M Y K H S L
Decimal 225 221 143 0 0.02 0.36 0.12 57.07 0.58 0.72
Hex E1 DD 8F 0 2 24 C 39 3A 48
Octal 341 335 217 0 2 44 14 71 72 110
Binary 11100001 11011101 10001111 0 10 100100 1100 111001 111010 1001000

Color Harmonies of #E1DD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DD8F

Black with #E1DD8F

Text Example


Text Example

White with #E1DD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DD8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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