#E9E28C

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

Shades of Primrose #E9E28C

Tints of Primrose #E9E28C

Color information

#E9E28C (or 0xE9E28C) is unknown color: approx Primrose. HEX triplet: E9, E2 and 8C. RGB value is (233,226,140). Sum of RGB (Red+Green+Blue) = 233+226+140=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 140 (55.08% from 255 or 23.37% from 599); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E28C is #161D73. Grayscale: #DADADA. Windows color (decimal): -1449332 or 9233129. OLE color: 9233129.

HSL color Cylindrical-coordinate representation of color #E9E28C: hue angle of 55.48º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E9E28C is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB233226140-
CMYK00.030.400.09
HSL55.48º67.88%73.14%-
HSV(B)55.48º39.91%91.37%-
XYZ65.5373.6135.57-
YUV218.2983.82138.49-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.90%
GREEN value IS 226 (88.67% from 255) = 37.73%
BLUE value IS 140 (55.08% from 255) = 23.37%
R=38.90%
G=37.73%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322614000.030.400.0955.4867.8873.14
HexE9E28C03289374449
Octal35134221403501167104111
Binary111010011110001010001100011101000100111011110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E28C; }

 p { color: rgb(233,226,140); }

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

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

 a { background-color: rgb(233,226,140); }

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

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

 span { border-color: rgb(233,226,140); }

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