Html Css Color HEX #EC926A Dark Salmon

📋 copy color: '#EC926A'

red 236 ◦ green 146 ◦ blue 106

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

Shades of Dark Salmon #EC926A

Tints of Dark Salmon #EC926A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.92%

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

R = 48.36%
G = 29.92%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC926A (or 0xEC926A) is known color: Dark Salmon. HEX triplet: EC, 92 and 6A. RGB value is (236,146,106). Sum of RGB (Red+Green+Blue) = 236+146+106=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC926A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC926A is #136D95. Grayscale: #A8A8A8. Windows color (decimal): -1273238 or 6984428. OLE color: 6984428.

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

Color convert

RGB 236 146 106 -
CMYK 0 0.38 0.55 0.07
HSL 18.46º 0.77% 0.67% -
HSV(B) 18.46º 0.55% 0.93% -
XYZ 47.47 39.43 18.74 -
YUV 168.35 92.82 176.25 -
System Red Green Blue C M Y K H S L
Decimal 236 146 106 0 0.38 0.55 0.07 18.46 0.77 0.67
Hex EC 92 6A 0 26 37 7 12 4D 43
Octal 354 222 152 0 46 67 7 22 115 103
Binary 11101100 10010010 1101010 0 100110 110111 111 10010 1001101 1000011

Color Harmonies of #EC926A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC926A

Black with #EC926A

Text Example


Text Example

White with #EC926A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC926A; }

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

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

background-color css

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

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

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

border-color css

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

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

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