#E2E88A

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

Shades of Primrose #E2E88A

Tints of Primrose #E2E88A

Color information

#E2E88A (or 0xE2E88A) is unknown color: approx Primrose. HEX triplet: E2, E8 and 8A. RGB value is (226,232,138). Sum of RGB (Red+Green+Blue) = 226+232+138=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 138 (54.30% from 255 or 23.15% from 596); Max value from RGB is 232 - color contains mainly: green. Hex color #E2E88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2E88A is #1D1775. Grayscale: #DBDBDB. Windows color (decimal): -1906550 or 9103586. OLE color: 9103586.

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

Color convert

RGB226232138-
CMYK0.0300.410.09
HSL63.83º67.14%72.55%-
HSV(B)63.83º40.52%90.98%-
XYZ64.8175.7235.24-
YUV219.4982.01132.64-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.92%
GREEN value IS 232 (91.02% from 255) = 38.93%
BLUE value IS 138 (54.30% from 255) = 23.15%
R=37.92%
G=38.93%
B=23.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2262321380.0300.410.0963.8367.1472.55
HexE2E88A30299404349
Octal342350212305111100103111
Binary1110001011101000100010101101010011001100000010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E88A; }

 p { color: rgb(226,232,138); }

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

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

 a { background-color: rgb(226,232,138); }

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

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

 span { border-color: rgb(226,232,138); }

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