#E5E28D

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

Shades of Primrose #E5E28D

Tints of Primrose #E5E28D

Color information

#E5E28D (or 0xE5E28D) is unknown color: approx Primrose. HEX triplet: E5, E2 and 8D. RGB value is (229,226,141). Sum of RGB (Red+Green+Blue) = 229+226+141=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 226 (88.67% from 255 or 37.92% from 596); Blue value is 141 (55.47% from 255 or 23.66% from 596); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E28D is #1A1D72. Grayscale: #D9D9D9. Windows color (decimal): -1711475 or 9298661. OLE color: 9298661.

HSL color Cylindrical-coordinate representation of color #E5E28D: hue angle of 57.95º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5E28D is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB229226141-
CMYK00.010.380.10
HSL57.95º62.86%72.55%-
HSV(B)57.95º38.43%89.8%-
XYZ64.3272.9735.89-
YUV217.2184.99136.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.42%
GREEN value IS 226 (88.67% from 255) = 37.92%
BLUE value IS 141 (55.47% from 255) = 23.66%
R=38.42%
G=37.92%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922614100.010.380.1057.9562.8672.55
HexE5E28D0126A3a3f49
Octal3453422150146127277111
Binary1110010111100010100011010110011010101110101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E28D; }

 p { color: rgb(229,226,141); }

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

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

 a { background-color: rgb(229,226,141); }

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

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

 span { border-color: rgb(229,226,141); }

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