Html Css Color HEX #ECA07E Dark Salmon

📋 copy color: '#ECA07E'

red 236 ◦ green 160 ◦ blue 126

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

Shades of Dark Salmon #ECA07E

Tints of Dark Salmon #ECA07E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.65%

 BLUE value IS 126 (49.61% from 255) = 24.14%

R = 45.21%
G = 30.65%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECA07E (or 0xECA07E) is known color: Dark Salmon. HEX triplet: EC, A0 and 7E. RGB value is (236,160,126). Sum of RGB (Red+Green+Blue) = 236+160+126=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA07E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA07E is #135F81. Grayscale: #B3B3B3. Windows color (decimal): -1269634 or 8298732. OLE color: 8298732.

HSL color Cylindrical-coordinate representation of color #ECA07E: hue angle of 18.55º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECA07E is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 160 126 -
CMYK 0 0.32 0.47 0.07
HSL 18.55º 0.74% 0.71% -
HSV(B) 18.55º 0.47% 0.93% -
XYZ 50.93 44.48 25.64 -
YUV 178.85 98.18 168.76 -
System Red Green Blue C M Y K H S L
Decimal 236 160 126 0 0.32 0.47 0.07 18.55 0.74 0.71
Hex EC A0 7E 0 20 2F 7 13 4A 47
Octal 354 240 176 0 40 57 7 23 112 107
Binary 11101100 10100000 1111110 0 100000 101111 111 10011 1001010 1000111

Color Harmonies of #ECA07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA07E

Black with #ECA07E

Text Example


Text Example

White with #ECA07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA07E; }

 p { color: rgb(236,160,126); }

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

background-color css

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

 a { background-color: rgb(236,160,126); }

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

border-color css

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

 span { border-color: rgb(236,160,126); }

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