Html Css Color HEX #E0DD9B Primrose

📋 copy color: '#E0DD9B'

red 224 ◦ green 221 ◦ blue 155

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

Shades of Primrose #E0DD9B

Tints of Primrose #E0DD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.83%

R = 37.33%
G = 36.83%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0DD9B (or 0xE0DD9B) is known color: Primrose. HEX triplet: E0, DD and 9B. RGB value is (224,221,155). Sum of RGB (Red+Green+Blue) = 224+221+155=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 155 (60.94% from 255 or 25.83% from 600); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DD9B is #1F2264. Grayscale: #D6D6D6. Windows color (decimal): -2040421 or 10214880. OLE color: 10214880.

HSL color Cylindrical-coordinate representation of color #E0DD9B: hue angle of 57.39º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0DD9B is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 221 155 -
CMYK 0 0.01 0.31 0.12
HSL 57.39º 0.53% 0.74% -
HSV(B) 57.39º 0.31% 0.88% -
XYZ 62.51 69.93 41.21 -
YUV 214.37 94.49 134.87 -
System Red Green Blue C M Y K H S L
Decimal 224 221 155 0 0.01 0.31 0.12 57.39 0.53 0.74
Hex E0 DD 9B 0 1 1F C 39 35 4A
Octal 340 335 233 0 1 37 14 71 65 112
Binary 11100000 11011101 10011011 0 1 11111 1100 111001 110101 1001010

Color Harmonies of #E0DD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DD9B

Black with #E0DD9B

Text Example


Text Example

White with #E0DD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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