#EAE198

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

Shades of Primrose #EAE198

Tints of Primrose #EAE198

Color information

#EAE198 (or 0xEAE198) is unknown color: approx Primrose. HEX triplet: EA, E1 and 98. RGB value is (234,225,152). Sum of RGB (Red+Green+Blue) = 234+225+152=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 152 (59.77% from 255 or 24.88% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE198 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE198 is #151E67. Grayscale: #DBDBDB. Windows color (decimal): -1384040 or 10019306. OLE color: 10019306.

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

Color convert

RGB234225152-
CMYK00.040.350.08
HSL53.41º66.13%75.69%-
HSV(B)53.41º35.04%91.76%-
XYZ66.5273.6140.41-
YUV219.3789.98138.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 225 (88.28% from 255) = 36.82%
BLUE value IS 152 (59.77% from 255) = 24.88%
R=38.30%
G=36.82%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422515200.040.350.0853.4166.1375.69
HexEAE1980423835424c
Octal35234123004431065102114
Binary1110101011100001100110000100100011100011010110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE198; }

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

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

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

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

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

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

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

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