#E9E29B

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

Shades of Primrose #E9E29B

Tints of Primrose #E9E29B

Color information

#E9E29B (or 0xE9E29B) is unknown color: approx Primrose. HEX triplet: E9, E2 and 9B. RGB value is (233,226,155). Sum of RGB (Red+Green+Blue) = 233+226+155=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 155 (60.94% from 255 or 25.24% from 614); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E29B is #161D64. Grayscale: #DCDCDC. Windows color (decimal): -1449317 or 10216169. OLE color: 10216169.

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

Color convert

RGB233226155-
CMYK00.030.330.09
HSL54.62º63.93%76.08%-
HSV(B)54.62º33.48%91.37%-
XYZ66.7274.0841.79-
YUV22091.32137.27-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.95%
GREEN value IS 226 (88.67% from 255) = 36.81%
BLUE value IS 155 (60.94% from 255) = 25.24%
R=37.95%
G=36.81%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322615500.030.330.0954.6263.9376.08
HexE9E29B0321937404c
Octal35134223303411167100114
Binary111010011110001010011011011100001100111011110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E29B; }

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

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

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

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

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

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

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

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