Html Css Color HEX #EC9269 Dark Salmon

📋 copy color: '#EC9269'

red 236 ◦ green 146 ◦ blue 105

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

Shades of Dark Salmon #EC9269

Tints of Dark Salmon #EC9269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.56%

R = 48.46%
G = 29.98%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC9269 (or 0xEC9269) is known color: Dark Salmon. HEX triplet: EC, 92 and 69. RGB value is (236,146,105). Sum of RGB (Red+Green+Blue) = 236+146+105=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9269 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9269 is #136D96. Grayscale: #A8A8A8. Windows color (decimal): -1273239 or 6918892. OLE color: 6918892.

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

Color convert

RGB 236 146 105 -
CMYK 0 0.38 0.56 0.07
HSL 18.78º 0.78% 0.67% -
HSV(B) 18.78º 0.56% 0.93% -
XYZ 47.42 39.41 18.47 -
YUV 168.24 92.32 176.33 -
System Red Green Blue C M Y K H S L
Decimal 236 146 105 0 0.38 0.56 0.07 18.78 0.78 0.67
Hex EC 92 69 0 26 38 7 13 4E 43
Octal 354 222 151 0 46 70 7 23 116 103
Binary 11101100 10010010 1101001 0 100110 111000 111 10011 1001110 1000011

Color Harmonies of #EC9269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9269

Black with #EC9269

Text Example


Text Example

White with #EC9269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9269; }

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

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

background-color css

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

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

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

border-color css

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

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

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