#E7E49A

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

Shades of Primrose #E7E49A

Tints of Primrose #E7E49A

Color information

#E7E49A (or 0xE7E49A) is unknown color: approx Primrose. HEX triplet: E7, E4 and 9A. RGB value is (231,228,154). Sum of RGB (Red+Green+Blue) = 231+228+154=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 154 (60.55% from 255 or 25.12% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E49A is #181B65. Grayscale: #DCDCDC. Windows color (decimal): -1579878 or 10151143. OLE color: 10151143.

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

Color convert

RGB231228154-
CMYK00.010.330.09
HSL57.66º61.6%75.49%-
HSV(B)57.66º33.33%90.59%-
XYZ66.5374.8141.5-
YUV220.4690.49135.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.68%
GREEN value IS 228 (89.45% from 255) = 37.19%
BLUE value IS 154 (60.55% from 255) = 25.12%
R=37.68%
G=37.19%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122815400.010.330.0957.6661.675.49
HexE7E49A012193a3e4b
Octal3473442320141117276113
Binary1110011111100100100110100110000110011110101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E49A; }

 p { color: rgb(231,228,154); }

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

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

 a { background-color: rgb(231,228,154); }

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

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

 span { border-color: rgb(231,228,154); }

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