Html Css Color HEX #EC9769 Dark Salmon

📋 copy color: '#EC9769'

red 236 ◦ green 151 ◦ blue 105

#EC9769
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Salmon #EC9769

Tints of Dark Salmon #EC9769

RGB

 RED value IS 236 (92.58% from 255) = 47.97%

 GREEN value IS 151 (59.38% from 255) = 30.69%

 BLUE value IS 105 (41.41% from 255) = 21.34%

R = 47.97%
G = 30.69%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC9769 (or 0xEC9769) is known color: Dark Salmon. HEX triplet: EC, 97 and 69. RGB value is (236,151,105). Sum of RGB (Red+Green+Blue) = 236+151+105=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 105 (41.41% from 255 or 21.34% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9769 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9769 is #136896. Grayscale: #ABABAB. Windows color (decimal): -1271959 or 6920172. OLE color: 6920172.

HSL color Cylindrical-coordinate representation of color #EC9769: hue angle of 21.07º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC9769 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 151 105 -
CMYK 0 0.36 0.56 0.07
HSL 21.07º 0.78% 0.67% -
HSV(B) 21.07º 0.56% 0.93% -
XYZ 48.21 40.99 18.73 -
YUV 171.17 90.66 174.24 -
System Red Green Blue C M Y K H S L
Decimal 236 151 105 0 0.36 0.56 0.07 21.07 0.78 0.67
Hex EC 97 69 0 24 38 7 15 4E 43
Octal 354 227 151 0 44 70 7 25 116 103
Binary 11101100 10010111 1101001 0 100100 111000 111 10101 1001110 1000011

Color Harmonies of #EC9769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9769

Black with #EC9769

Text Example


Text Example

White with #EC9769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9769; }

 p { color: rgb(236,151,105); }

 H1.HeaderClassName
 {
   color: #EC9769;
 }
 .AnyTagClassName
 {
   color: #EC9769;
 }
</style>

background-color css

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

 a { background-color: rgb(236,151,105); }

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

border-color css

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

 span { border-color: rgb(236,151,105); }

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