#EAE099

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

Shades of Primrose #EAE099

Tints of Primrose #EAE099

Color information

#EAE099 (or 0xEAE099) is unknown color: approx Primrose. HEX triplet: EA, E0 and 99. RGB value is (234,224,153). Sum of RGB (Red+Green+Blue) = 234+224+153=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 153 (60.16% from 255 or 25.04% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE099 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE099 is #151F66. Grayscale: #DBDBDB. Windows color (decimal): -1384295 or 10084586. OLE color: 10084586.

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

Color convert

RGB234224153-
CMYK00.040.350.08
HSL52.59º65.85%75.88%-
HSV(B)52.59º34.62%91.76%-
XYZ66.3473.140.75-
YUV218.990.81138.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 224 (87.89% from 255) = 36.66%
BLUE value IS 153 (60.16% from 255) = 25.04%
R=38.30%
G=36.66%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422415300.040.350.0852.5965.8575.88
HexEAE0990423835424c
Octal35234023104431065102114
Binary1110101011100000100110010100100011100011010110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE099; }

 p { color: rgb(234,224,153); }

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

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

 a { background-color: rgb(234,224,153); }

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

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

 span { border-color: rgb(234,224,153); }

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