#EAE194

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

Shades of Primrose #EAE194

Tints of Primrose #EAE194

Color information

#EAE194 (or 0xEAE194) is unknown color: approx Primrose. HEX triplet: EA, E1 and 94. RGB value is (234,225,148). Sum of RGB (Red+Green+Blue) = 234+225+148=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 148 (58.20% from 255 or 24.38% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE194 is #151E6B. Grayscale: #DBDBDB. Windows color (decimal): -1384044 or 9757162. OLE color: 9757162.

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

Color convert

RGB234225148-
CMYK00.040.370.08
HSL53.72º67.19%74.9%-
HSV(B)53.72º36.75%91.76%-
XYZ66.273.4838.71-
YUV218.9187.98138.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 225 (88.28% from 255) = 37.07%
BLUE value IS 148 (58.20% from 255) = 24.38%
R=38.55%
G=37.07%
B=24.38%

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
Decimal23422514800.040.370.0853.7267.1974.9
HexEAE1940425836434b
Octal35234122404451066103113
Binary1110101011100001100101000100100101100011011010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE194; }

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

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

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

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

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

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

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

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