#E5DE8A

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

Shades of Primrose #E5DE8A

Tints of Primrose #E5DE8A

Color information

#E5DE8A (or 0xE5DE8A) is unknown color: approx Primrose. HEX triplet: E5, DE and 8A. RGB value is (229,222,138). Sum of RGB (Red+Green+Blue) = 229+222+138=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DE8A is #1A2175. Grayscale: #D6D6D6. Windows color (decimal): -1712502 or 9101029. OLE color: 9101029.

HSL color Cylindrical-coordinate representation of color #E5DE8A: hue angle of 55.38º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E5DE8A is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB229222138-
CMYK00.030.400.10
HSL55.38º63.64%71.96%-
HSV(B)55.38º39.74%89.8%-
XYZ63.0270.7434.38-
YUV214.5284.82138.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.88%
GREEN value IS 222 (87.11% from 255) = 37.69%
BLUE value IS 138 (54.30% from 255) = 23.43%
R=38.88%
G=37.69%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922213800.030.400.1055.3863.6471.96
HexE5DE8A0328A374048
Octal34533621203501267100110
Binary111001011101111010001010011101000101011011110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DE8A; }

 p { color: rgb(229,222,138); }

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

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

 a { background-color: rgb(229,222,138); }

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

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

 span { border-color: rgb(229,222,138); }

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