#E3E28C

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

Shades of Primrose #E3E28C

Tints of Primrose #E3E28C

Color information

#E3E28C (or 0xE3E28C) is unknown color: approx Primrose. HEX triplet: E3, E2 and 8C. RGB value is (227,226,140). Sum of RGB (Red+Green+Blue) = 227+226+140=593 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.28% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 140 (55.08% from 255 or 23.61% from 593); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3E28C is #1C1D73. Grayscale: #D8D8D8. Windows color (decimal): -1842548 or 9233123. OLE color: 9233123.

HSL color Cylindrical-coordinate representation of color #E3E28C: hue angle of 59.31º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E3E28C is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB227226140-
CMYK00.000.380.11
HSL59.31º60.84%71.96%-
HSV(B)59.31º38.33%89.02%-
XYZ63.6172.6235.47-
YUV216.584.83135.49-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.28%
GREEN value IS 226 (88.67% from 255) = 38.11%
BLUE value IS 140 (55.08% from 255) = 23.61%
R=38.28%
G=38.11%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722614000.000.380.1159.3160.8471.96
HexE3E28C0026B3b3d48
Octal3433422140046137375110
Binary1110001111100010100011000010011010111110111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3E28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3E28C; }

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

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

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

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

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

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

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

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