#ea966f

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

Shades of Dark Salmon #EA966F

Tints of Dark Salmon #EA966F

Color information

#EA966F (or 0xEA966F) is unknown color: approx Dark Salmon. HEX triplet: EA, 96 and 6F. RGB value is (234,150,111). Sum of RGB (Red+Green+Blue) = 234+150+111=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA966F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA966F is #156990. Grayscale: #AAAAAA. Windows color (decimal): -1403281 or 7313130. OLE color: 7313130.

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

Color convert

RGB234150111-
CMYK00.360.530.08
HSL19.02º74.55%67.65%-
HSV(B)19.02º52.56%91.76%-
XYZ47.7140.4520.33-
YUV170.6794.33173.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.27%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 111 (43.75% from 255) = 22.42%
R=47.27%
G=30.30%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415011100.360.530.0819.0274.5567.65
HexEA966F024358134b44
Octal352226157044651023113104
Binary11101010100101101101111010010011010110001001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea966f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea966f; }

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

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

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

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

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

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

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

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