#EAE094

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

Shades of Primrose #EAE094

Tints of Primrose #EAE094

Color information

#EAE094 (or 0xEAE094) is unknown color: approx Primrose. HEX triplet: EA, E0 and 94. RGB value is (234,224,148). Sum of RGB (Red+Green+Blue) = 234+224+148=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 148 (58.20% from 255 or 24.42% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE094 is #151F6B. Grayscale: #DADADA. Windows color (decimal): -1384300 or 9756906. OLE color: 9756906.

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

Color convert

RGB234224148-
CMYK00.040.370.08
HSL53.02º67.19%74.9%-
HSV(B)53.02º36.75%91.76%-
XYZ65.9372.9438.62-
YUV218.3388.31139.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.61%
GREEN value IS 224 (87.89% from 255) = 36.96%
BLUE value IS 148 (58.20% from 255) = 24.42%
R=38.61%
G=36.96%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422414800.040.370.0853.0267.1974.9
HexEAE0940425835434b
Octal35234022404451065103113
Binary1110101011100000100101000100100101100011010110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE094; }

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

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

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

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

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

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

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

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