#EAE089

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

Shades of Primrose #EAE089

Tints of Primrose #EAE089

Color information

#EAE089 (or 0xEAE089) is unknown color: approx Primrose. HEX triplet: EA, E0 and 89. RGB value is (234,224,137). Sum of RGB (Red+Green+Blue) = 234+224+137=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 137 (53.91% from 255 or 23.03% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE089 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE089 is #151F76. Grayscale: #D9D9D9. Windows color (decimal): -1384311 or 9036010. OLE color: 9036010.

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

Color convert

RGB234224137-
CMYK00.040.410.08
HSL53.81º69.78%72.75%-
HSV(B)53.81º41.45%91.76%-
XYZ65.172.6134.25-
YUV217.0782.81140.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.33%
GREEN value IS 224 (87.89% from 255) = 37.65%
BLUE value IS 137 (53.91% from 255) = 23.03%
R=39.33%
G=37.65%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422413700.040.410.0853.8169.7872.75
HexEAE08904298364649
Octal35234021104511066106111
Binary1110101011100000100010010100101001100011011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE089; }

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

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

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

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

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

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

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

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