#E2E39A

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

Shades of Primrose #E2E39A

Tints of Primrose #E2E39A

Color information

#E2E39A (or 0xE2E39A) is unknown color: approx Primrose. HEX triplet: E2, E3 and 9A. RGB value is (226,227,154). Sum of RGB (Red+Green+Blue) = 226+227+154=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 227 - color contains mainly: green. Hex color #E2E39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E39A is #1D1C65. Grayscale: #DADADA. Windows color (decimal): -1907814 or 10150882. OLE color: 10150882.

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

Color convert

RGB226227154-
CMYK0.0000.320.11
HSL60.82º56.59%74.71%-
HSV(B)60.82º32.16%89.02%-
XYZ64.6773.4441.34-
YUV218.3891.67133.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.23%
GREEN value IS 227 (89.06% from 255) = 37.40%
BLUE value IS 154 (60.55% from 255) = 25.37%
R=37.23%
G=37.40%
B=25.37%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262271540.0000.320.1160.8256.5974.71
HexE2E39A0020B3d394b
Octal3423432320040137571113
Binary1110001011100011100110100010000010111111011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E39A; }

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

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

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

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

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

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

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

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