#E2E29D

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

Shades of Primrose #E2E29D

Tints of Primrose #E2E29D

Color information

#E2E29D (or 0xE2E29D) is unknown color: approx Primrose. HEX triplet: E2, E2 and 9D. RGB value is (226,226,157). Sum of RGB (Red+Green+Blue) = 226+226+157=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 226 (88.67% from 255 or 37.11% from 609); Blue value is 157 (61.72% from 255 or 25.78% from 609); Max value from RGB is 226 - color contains mainly: red, green. Hex color #E2E29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E29D is #1D1D62. Grayscale: #DADADA. Windows color (decimal): -1908067 or 10347234. OLE color: 10347234.

HSL color Cylindrical-coordinate representation of color #E2E29D: 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.31%. Process color model (Four color, CMYK) of #E2E29D is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226226157-
CMYK000.310.11
HSL60º54.33%75.1%-
HSV(B)60º30.53%88.63%-
XYZ64.657342.58-
YUV218.1393.5133.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.11%
GREEN value IS 226 (88.67% from 255) = 37.11%
BLUE value IS 157 (61.72% from 255) = 25.78%
R=37.11%
G=37.11%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226226157000.310.116054.3375.1
HexE2E29D001FB3c364b
Octal3423422350037137466113
Binary111000101110001010011101001111110111111001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E29D; }

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

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

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

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

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

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

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

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