#E0D78A

Color #E0D78A Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #E0D78A

Tints of Primrose #E0D78A

Color information

#E0D78A (or 0xE0D78A) is unknown color: approx Primrose. HEX triplet: E0, D7 and 8A. RGB value is (224,215,138). Sum of RGB (Red+Green+Blue) = 224+215+138=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D78A is #1F2875. Grayscale: #D1D1D1. Windows color (decimal): -2041974 or 9099232. OLE color: 9099232.

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

Color convert

RGB224215138-
CMYK00.040.380.12
HSL53.72º58.11%70.98%-
HSV(B)53.72º38.39%87.84%-
XYZ59.6366.2833.7-
YUV208.9187.98138.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.82%
GREEN value IS 215 (84.38% from 255) = 37.26%
BLUE value IS 138 (54.30% from 255) = 23.92%
R=38.82%
G=37.26%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421513800.040.380.1253.7258.1170.98
HexE0D78A0426C363a47
Octal3403272120446146672107
Binary111000001101011110001010010010011011001101101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D78A; }

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

 H1.HeaderClassName
 {
   color: #E0D78A;
 }
 .AnyTagClassName
 {
   color: #E0D78A;
 }
</style>
background-color css

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

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

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

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

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

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