Html Css Color HEX #E0DD8F Primrose

📋 copy color: '#E0DD8F'

red 224 ◦ green 221 ◦ blue 143

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

Shades of Primrose #E0DD8F

Tints of Primrose #E0DD8F

RGB

 RED value IS 224 (87.89% from 255) = 38.1%

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

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

R = 38.1%
G = 37.59%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E0DD8F (or 0xE0DD8F) is known color: Primrose. HEX triplet: E0, DD and 8F. RGB value is (224,221,143). Sum of RGB (Red+Green+Blue) = 224+221+143=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 143 (56.25% from 255 or 24.32% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DD8F is #1F2270. Grayscale: #D5D5D5. Windows color (decimal): -2040433 or 9428448. OLE color: 9428448.

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

Color convert

RGB 224 221 143 -
CMYK 0 0.01 0.36 0.12
HSL 57.78º 0.57% 0.72% -
HSV(B) 57.78º 0.36% 0.88% -
XYZ 61.55 69.54 36.17 -
YUV 213.01 88.49 135.84 -
System Red Green Blue C M Y K H S L
Decimal 224 221 143 0 0.01 0.36 0.12 57.78 0.57 0.72
Hex E0 DD 8F 0 1 24 C 3A 39 48
Octal 340 335 217 0 1 44 14 72 71 110
Binary 11100000 11011101 10001111 0 1 100100 1100 111010 111001 1001000

Color Harmonies of #E0DD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DD8F

Black with #E0DD8F

Text Example


Text Example

White with #E0DD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DD8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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