Html Css Color HEX #ED9168 Dark Salmon

📋 copy color: '#ED9168'

red 237 ◦ green 145 ◦ blue 104

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

Shades of Dark Salmon #ED9168

Tints of Dark Salmon #ED9168

RGB

 RED value IS 237 (92.97% from 255) = 48.77%

 GREEN value IS 145 (57.03% from 255) = 29.84%

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

R = 48.77%
G = 29.84%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED9168 (or 0xED9168) is known color: Dark Salmon. HEX triplet: ED, 91 and 68. RGB value is (237,145,104). Sum of RGB (Red+Green+Blue) = 237+145+104=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9168 is #126E97. Grayscale: #A8A8A8. Windows color (decimal): -1207960 or 6853101. OLE color: 6853101.

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

Color convert

RGB 237 145 104 -
CMYK 0 0.39 0.56 0.07
HSL 18.5º 0.79% 0.67% -
HSV(B) 18.5º 0.56% 0.93% -
XYZ 47.55 39.25 18.17 -
YUV 167.83 91.98 177.33 -
System Red Green Blue C M Y K H S L
Decimal 237 145 104 0 0.39 0.56 0.07 18.5 0.79 0.67
Hex ED 91 68 0 27 38 7 12 4F 43
Octal 355 221 150 0 47 70 7 22 117 103
Binary 11101101 10010001 1101000 0 100111 111000 111 10010 1001111 1000011

Color Harmonies of #ED9168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9168

Black with #ED9168

Text Example


Text Example

White with #ED9168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9168; }

 p { color: rgb(237,145,104); }

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

background-color css

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

 a { background-color: rgb(237,145,104); }

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

border-color css

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

 span { border-color: rgb(237,145,104); }

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