#EADC95

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

Shades of Primrose #EADC95

Tints of Primrose #EADC95

Color information

#EADC95 (or 0xEADC95) is unknown color: approx Primrose. HEX triplet: EA, DC and 95. RGB value is (234,220,149). Sum of RGB (Red+Green+Blue) = 234+220+149=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 149 (58.59% from 255 or 24.71% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADC95 is #15236A. Grayscale: #D8D8D8. Windows color (decimal): -1385323 or 9821418. OLE color: 9821418.

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

Color convert

RGB234220149-
CMYK00.060.360.08
HSL50.12º66.93%75.1%-
HSV(B)50.12º36.32%91.76%-
XYZ64.9570.8538.69-
YUV216.0990.14140.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 220 (86.33% from 255) = 36.48%
BLUE value IS 149 (58.59% from 255) = 24.71%
R=38.81%
G=36.48%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422014900.060.360.0850.1266.9375.1
HexEADC950624832434b
Octal35233422506441062103113
Binary1110101011011100100101010110100100100011001010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADC95; }

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

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

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

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

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

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

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

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