Html Css Color HEX #E0D78C Primrose

📋 copy color: '#E0D78C'

red 224 ◦ green 215 ◦ blue 140

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

Shades of Primrose #E0D78C

Tints of Primrose #E0D78C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.13%

 BLUE value IS 140 (55.08% from 255) = 24.18%

R = 38.69%
G = 37.13%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0D78C (or 0xE0D78C) is known color: Primrose. HEX triplet: E0, D7 and 8C. RGB value is (224,215,140). Sum of RGB (Red+Green+Blue) = 224+215+140=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D78C is #1F2873. Grayscale: #D1D1D1. Windows color (decimal): -2041972 or 9230304. OLE color: 9230304.

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

Color convert

RGB 224 215 140 -
CMYK 0 0.04 0.38 0.12
HSL 53.57º 0.58% 0.71% -
HSV(B) 53.57º 0.38% 0.88% -
XYZ 59.77 66.34 34.47 -
YUV 209.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 224 215 140 0 0.04 0.38 0.12 53.57 0.58 0.71
Hex E0 D7 8C 0 4 26 C 36 3A 47
Octal 340 327 214 0 4 46 14 66 72 107
Binary 11100000 11010111 10001100 0 100 100110 1100 110110 111010 1000111

Color Harmonies of #E0D78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D78C

Black with #E0D78C

Text Example


Text Example

White with #E0D78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D78C; }

 p { color: rgb(224,215,140); }

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

background-color css

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

 a { background-color: rgb(224,215,140); }

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

border-color css

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

 span { border-color: rgb(224,215,140); }

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