#e2e29e

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

Shades of Primrose #E2E29E

Tints of Primrose #E2E29E

Color information

#E2E29E (or 0xE2E29E) is unknown color: approx Primrose. HEX triplet: E2, E2 and 9E. RGB value is (226,226,158). Sum of RGB (Red+Green+Blue) = 226+226+158=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 158 (62.11% from 255 or 25.90% from 610); Max value from RGB is 226 - color contains mainly: red, green. Hex color #E2E29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E29E is #1D1D61. Grayscale: #DADADA. Windows color (decimal): -1908066 or 10412770. OLE color: 10412770.

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

Color convert

RGB226226158-
CMYK000.300.11
HSL60º53.97%75.29%-
HSV(B)60º30.09%88.63%-
XYZ64.7373.0343.03-
YUV218.2594133.53-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.05%
GREEN value IS 226 (88.67% from 255) = 37.05%
BLUE value IS 158 (62.11% from 255) = 25.90%
R=37.05%
G=37.05%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226226158000.300.116053.9775.29
HexE2E29E001EB3c364b
Octal3423422360036137466113
Binary111000101110001010011110001111010111111001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2e29e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2e29e; }

 p { color: rgb(226,226,158); }

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

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

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

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

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

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

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