#E1E29B

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

Shades of Primrose #E1E29B

Tints of Primrose #E1E29B

Color information

#E1E29B (or 0xE1E29B) is unknown color: approx Primrose. HEX triplet: E1, E2 and 9B. RGB value is (225,226,155). Sum of RGB (Red+Green+Blue) = 225+226+155=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 155 (60.94% from 255 or 25.58% from 606); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E29B is #1E1D64. Grayscale: #D9D9D9. Windows color (decimal): -1973605 or 10216161. OLE color: 10216161.

HSL color Cylindrical-coordinate representation of color #E1E29B: hue angle of 60.85º degrees, saturation: 0.55, 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 #E1E29B is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB225226155-
CMYK0.0000.310.11
HSL60.85º55.04%74.71%-
HSV(B)60.85º31.42%88.63%-
XYZ64.1672.7741.67-
YUV217.6192.67133.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.13%
GREEN value IS 226 (88.67% from 255) = 37.29%
BLUE value IS 155 (60.94% from 255) = 25.58%
R=37.13%
G=37.29%
B=25.58%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2252261550.0000.310.1160.8555.0474.71
HexE1E29B001FB3d374b
Octal3413422330037137567113
Binary111000011110001010011011001111110111111011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E29B; }

 p { color: rgb(225,226,155); }

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

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

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

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

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

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

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