Html Css Color HEX #E0DC96 Primrose

📋 copy color: '#E0DC96'

red 224 ◦ green 220 ◦ blue 150

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

Shades of Primrose #E0DC96

Tints of Primrose #E0DC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.25%

R = 37.71%
G = 37.04%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E0DC96 (or 0xE0DC96) is known color: Primrose. HEX triplet: E0, DC and 96. RGB value is (224,220,150). Sum of RGB (Red+Green+Blue) = 224+220+150=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 150 (58.98% from 255 or 25.25% from 594); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DC96 is #1F2369. Grayscale: #D5D5D5. Windows color (decimal): -2040682 or 9886944. OLE color: 9886944.

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

Color convert

RGB 224 220 150 -
CMYK 0 0.02 0.33 0.12
HSL 56.76º 0.54% 0.73% -
HSV(B) 56.76º 0.33% 0.88% -
XYZ 61.84 69.24 38.96 -
YUV 213.22 92.33 135.69 -
System Red Green Blue C M Y K H S L
Decimal 224 220 150 0 0.02 0.33 0.12 56.76 0.54 0.73
Hex E0 DC 96 0 2 21 C 39 36 49
Octal 340 334 226 0 2 41 14 71 66 111
Binary 11100000 11011100 10010110 0 10 100001 1100 111001 110110 1001001

Color Harmonies of #E0DC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DC96

Black with #E0DC96

Text Example


Text Example

White with #E0DC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DC96; }

 p { color: rgb(224,220,150); }

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

background-color css

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

 a { background-color: rgb(224,220,150); }

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

border-color css

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

 span { border-color: rgb(224,220,150); }

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