#EAE49A

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

Shades of Primrose #EAE49A

Tints of Primrose #EAE49A

Color information

#EAE49A (or 0xEAE49A) is unknown color: approx Primrose. HEX triplet: EA, E4 and 9A. RGB value is (234,228,154). Sum of RGB (Red+Green+Blue) = 234+228+154=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 154 (60.55% from 255 or 25% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE49A is #151B65. Grayscale: #DDDDDD. Windows color (decimal): -1383270 or 10151146. OLE color: 10151146.

HSL color Cylindrical-coordinate representation of color #EAE49A: hue angle of 55.5º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAE49A is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB234228154-
CMYK00.030.340.08
HSL55.5º65.57%76.08%-
HSV(B)55.5º34.19%91.76%-
XYZ67.5175.3141.55-
YUV221.3689.99137.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 228 (89.45% from 255) = 37.01%
BLUE value IS 154 (60.55% from 255) = 25%
R=37.99%
G=37.01%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422815400.030.340.0855.565.5776.08
HexEAE49A0322838424c
Octal35234423203421070102114
Binary111010101110010010011010011100010100011100010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE49A; }

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

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

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

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

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

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

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

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