#EAE093

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

Shades of Primrose #EAE093

Tints of Primrose #EAE093

Color information

#EAE093 (or 0xEAE093) is unknown color: approx Primrose. HEX triplet: EA, E0 and 93. RGB value is (234,224,147). Sum of RGB (Red+Green+Blue) = 234+224+147=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 147 (57.81% from 255 or 24.30% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE093 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE093 is #151F6C. Grayscale: #DADADA. Windows color (decimal): -1384301 or 9691370. OLE color: 9691370.

HSL color Cylindrical-coordinate representation of color #EAE093: hue angle of 53.1º 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 #EAE093 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB234224147-
CMYK00.040.370.08
HSL53.1º67.44%74.71%-
HSV(B)53.1º37.18%91.76%-
XYZ65.8572.9138.21-
YUV218.2187.81139.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 224 (87.89% from 255) = 37.02%
BLUE value IS 147 (57.81% from 255) = 24.30%
R=38.68%
G=37.02%
B=24.30%

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
Decimal23422414700.040.370.0853.167.4474.71
HexEAE0930425835434b
Octal35234022304451065103113
Binary1110101011100000100100110100100101100011010110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE093; }

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

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

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

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

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

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

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

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