Html Css Color HEX #EC9069 Dark Salmon

📋 copy color: '#EC9069'

red 236 ◦ green 144 ◦ blue 105

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

Shades of Dark Salmon #EC9069

Tints of Dark Salmon #EC9069

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.69%

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

R = 48.66%
G = 29.69%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC9069 (or 0xEC9069) is known color: Dark Salmon. HEX triplet: EC, 90 and 69. RGB value is (236,144,105). Sum of RGB (Red+Green+Blue) = 236+144+105=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9069 is #136F96. Grayscale: #A7A7A7. Windows color (decimal): -1273751 or 6918380. OLE color: 6918380.

HSL color Cylindrical-coordinate representation of color #EC9069: hue angle of 17.86º 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 #EC9069 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 144 105 -
CMYK 0 0.39 0.56 0.07
HSL 17.86º 0.78% 0.67% -
HSV(B) 17.86º 0.56% 0.93% -
XYZ 47.12 38.8 18.37 -
YUV 167.06 92.98 177.17 -
System Red Green Blue C M Y K H S L
Decimal 236 144 105 0 0.39 0.56 0.07 17.86 0.78 0.67
Hex EC 90 69 0 27 38 7 12 4E 43
Octal 354 220 151 0 47 70 7 22 116 103
Binary 11101100 10010000 1101001 0 100111 111000 111 10010 1001110 1000011

Color Harmonies of #EC9069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9069

Black with #EC9069

Text Example


Text Example

White with #EC9069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9069; }

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

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

background-color css

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

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

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

border-color css

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

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

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