#EAE497

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

Shades of Primrose #EAE497

Tints of Primrose #EAE497

Color information

#EAE497 (or 0xEAE497) is unknown color: approx Primrose. HEX triplet: EA, E4 and 97. RGB value is (234,228,151). Sum of RGB (Red+Green+Blue) = 234+228+151=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 151 (59.38% from 255 or 24.63% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE497 is #151B68. Grayscale: #DDDDDD. Windows color (decimal): -1383273 or 9954538. OLE color: 9954538.

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

Color convert

RGB234228151-
CMYK00.030.350.08
HSL55.66º66.4%75.49%-
HSV(B)55.66º35.47%91.76%-
XYZ67.2675.2140.25-
YUV221.0288.49137.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 228 (89.45% from 255) = 37.19%
BLUE value IS 151 (59.38% from 255) = 24.63%
R=38.17%
G=37.19%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422815100.030.350.0855.6666.475.49
HexEAE4970323838424b
Octal35234422703431070102113
Binary111010101110010010010111011100011100011100010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE497; }

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

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

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

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

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

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

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

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