#EAE091

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

Shades of Primrose #EAE091

Tints of Primrose #EAE091

Color information

#EAE091 (or 0xEAE091) is unknown color: approx Primrose. HEX triplet: EA, E0 and 91. RGB value is (234,224,145). Sum of RGB (Red+Green+Blue) = 234+224+145=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 145 (57.03% from 255 or 24.05% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE091 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE091 is #151F6E. Grayscale: #DADADA. Windows color (decimal): -1384303 or 9560298. OLE color: 9560298.

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

Color convert

RGB234224145-
CMYK00.040.380.08
HSL53.26º67.94%74.31%-
HSV(B)53.26º38.03%91.76%-
XYZ65.772.8537.39-
YUV217.9886.81139.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 224 (87.89% from 255) = 37.15%
BLUE value IS 145 (57.03% from 255) = 24.05%
R=38.81%
G=37.15%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422414500.040.380.0853.2667.9474.31
HexEAE0910426835444a
Octal35234022104461065104112
Binary1110101011100000100100010100100110100011010110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE091; }

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

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

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

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

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

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

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

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