Html Css Color HEX #EC907A Dark Salmon

📋 copy color: '#EC907A'

red 236 ◦ green 144 ◦ blue 122

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

Shades of Dark Salmon #EC907A

Tints of Dark Salmon #EC907A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.3%

R = 47.01%
G = 28.69%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC907A (or 0xEC907A) is known color: Dark Salmon. HEX triplet: EC, 90 and 7A. RGB value is (236,144,122). Sum of RGB (Red+Green+Blue) = 236+144+122=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC907A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC907A is #136F85. Grayscale: #A9A9A9. Windows color (decimal): -1273734 or 8032492. OLE color: 8032492.

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

Color convert

RGB 236 144 122 -
CMYK 0 0.39 0.48 0.07
HSL 11.58º 0.75% 0.7% -
HSV(B) 11.58º 0.48% 0.93% -
XYZ 48.08 39.18 23.44 -
YUV 169 101.48 175.79 -
System Red Green Blue C M Y K H S L
Decimal 236 144 122 0 0.39 0.48 0.07 11.58 0.75 0.7
Hex EC 90 7A 0 27 30 7 C 4B 46
Octal 354 220 172 0 47 60 7 14 113 106
Binary 11101100 10010000 1111010 0 100111 110000 111 1100 1001011 1000110

Color Harmonies of #EC907A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC907A

Black with #EC907A

Text Example


Text Example

White with #EC907A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC907A; }

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

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

background-color css

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

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

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

border-color css

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

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

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