#EADC91

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

Shades of Primrose #EADC91

Tints of Primrose #EADC91

Color information

#EADC91 (or 0xEADC91) is unknown color: approx Primrose. HEX triplet: EA, DC and 91. RGB value is (234,220,145). Sum of RGB (Red+Green+Blue) = 234+220+145=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 145 (57.03% from 255 or 24.21% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADC91 is #15236E. Grayscale: #D7D7D7. Windows color (decimal): -1385327 or 9559274. OLE color: 9559274.

HSL color Cylindrical-coordinate representation of color #EADC91: hue angle of 50.56º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EADC91 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB234220145-
CMYK00.060.380.08
HSL50.56º67.94%74.31%-
HSV(B)50.56º38.03%91.76%-
XYZ64.6470.7237.03-
YUV215.6488.14141.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 145 (57.03% from 255) = 24.21%
R=39.07%
G=36.73%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422014500.060.380.0850.5667.9474.31
HexEADC910626833444a
Octal35233422106461063104112
Binary1110101011011100100100010110100110100011001110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADC91; }

 p { color: rgb(234,220,145); }

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

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

 a { background-color: rgb(234,220,145); }

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

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

 span { border-color: rgb(234,220,145); }

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