Html Css Color HEX #EC906A Dark Salmon

📋 copy color: '#EC906A'

red 236 ◦ green 144 ◦ blue 106

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

Shades of Dark Salmon #EC906A

Tints of Dark Salmon #EC906A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.81%

R = 48.56%
G = 29.63%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC906A (or 0xEC906A) is known color: Dark Salmon. HEX triplet: EC, 90 and 6A. RGB value is (236,144,106). Sum of RGB (Red+Green+Blue) = 236+144+106=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC906A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC906A is #136F95. Grayscale: #A7A7A7. Windows color (decimal): -1273750 or 6983916. OLE color: 6983916.

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

Color convert

RGB 236 144 106 -
CMYK 0 0.39 0.55 0.07
HSL 17.54º 0.77% 0.67% -
HSV(B) 17.54º 0.55% 0.93% -
XYZ 47.17 38.82 18.64 -
YUV 167.18 93.48 177.09 -
System Red Green Blue C M Y K H S L
Decimal 236 144 106 0 0.39 0.55 0.07 17.54 0.77 0.67
Hex EC 90 6A 0 27 37 7 12 4D 43
Octal 354 220 152 0 47 67 7 22 115 103
Binary 11101100 10010000 1101010 0 100111 110111 111 10010 1001101 1000011

Color Harmonies of #EC906A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC906A

Black with #EC906A

Text Example


Text Example

White with #EC906A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC906A; }

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

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

background-color css

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

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

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

border-color css

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

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

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