#EAE399

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

Shades of Primrose #EAE399

Tints of Primrose #EAE399

Color information

#EAE399 (or 0xEAE399) is unknown color: approx Primrose. HEX triplet: EA, E3 and 99. RGB value is (234,227,153). Sum of RGB (Red+Green+Blue) = 234+227+153=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 227 (89.06% from 255 or 36.97% from 614); Blue value is 153 (60.16% from 255 or 24.92% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE399 is #151C66. Grayscale: #DCDCDC. Windows color (decimal): -1383527 or 10085354. OLE color: 10085354.

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

Color convert

RGB234227153-
CMYK00.030.350.08
HSL54.81º65.85%75.88%-
HSV(B)54.81º34.62%91.76%-
XYZ67.1574.7341.02-
YUV220.6689.82137.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 227 (89.06% from 255) = 36.97%
BLUE value IS 153 (60.16% from 255) = 24.92%
R=38.11%
G=36.97%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422715300.030.350.0854.8165.8575.88
HexEAE3990323837424c
Octal35234323103431067102114
Binary111010101110001110011001011100011100011011110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE399; }

 p { color: rgb(234,227,153); }

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

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

 a { background-color: rgb(234,227,153); }

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

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

 span { border-color: rgb(234,227,153); }

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