Html Css Color HEX #EC9468 Dark Salmon

📋 copy color: '#EC9468'

red 236 ◦ green 148 ◦ blue 104

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

Shades of Dark Salmon #EC9468

Tints of Dark Salmon #EC9468

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.33%

 BLUE value IS 104 (41.02% from 255) = 21.31%

R = 48.36%
G = 30.33%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC9468 (or 0xEC9468) is known color: Dark Salmon. HEX triplet: EC, 94 and 68. RGB value is (236,148,104). Sum of RGB (Red+Green+Blue) = 236+148+104=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9468 is #136B97. Grayscale: #A9A9A9. Windows color (decimal): -1272728 or 6853868. OLE color: 6853868.

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

Color convert

RGB 236 148 104 -
CMYK 0 0.37 0.56 0.07
HSL 20º 0.78% 0.67% -
HSV(B) 20º 0.56% 0.93% -
XYZ 47.68 40.01 18.31 -
YUV 169.3 91.15 175.58 -
System Red Green Blue C M Y K H S L
Decimal 236 148 104 0 0.37 0.56 0.07 20 0.78 0.67
Hex EC 94 68 0 25 38 7 14 4E 43
Octal 354 224 150 0 45 70 7 24 116 103
Binary 11101100 10010100 1101000 0 100101 111000 111 10100 1001110 1000011

Color Harmonies of #EC9468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9468

Black with #EC9468

Text Example


Text Example

White with #EC9468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9468; }

 p { color: rgb(236,148,104); }

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

background-color css

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

 a { background-color: rgb(236,148,104); }

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

border-color css

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

 span { border-color: rgb(236,148,104); }

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