#EAE196

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

Shades of Primrose #EAE196

Tints of Primrose #EAE196

Color information

#EAE196 (or 0xEAE196) is unknown color: approx Primrose. HEX triplet: EA, E1 and 96. RGB value is (234,225,150). Sum of RGB (Red+Green+Blue) = 234+225+150=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 150 (58.98% from 255 or 24.63% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE196 is #151E69. Grayscale: #DBDBDB. Windows color (decimal): -1384042 or 9888234. OLE color: 9888234.

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

Color convert

RGB234225150-
CMYK00.040.360.08
HSL53.57º66.67%75.29%-
HSV(B)53.57º35.9%91.76%-
XYZ66.3673.5439.55-
YUV219.1488.98138.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.42%
GREEN value IS 225 (88.28% from 255) = 36.95%
BLUE value IS 150 (58.98% from 255) = 24.63%
R=38.42%
G=36.95%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422515000.040.360.0853.5766.6775.29
HexEAE1960424836434b
Octal35234122604441066103113
Binary1110101011100001100101100100100100100011011010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE196; }

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

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

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

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

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

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

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

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