Html Css Color HEX #ED8E6B Dark Salmon

📋 copy color: '#ED8E6B'

red 237 ◦ green 142 ◦ blue 107

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

Shades of Dark Salmon #ED8E6B

Tints of Dark Salmon #ED8E6B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.22%

 BLUE value IS 107 (42.19% from 255) = 22.02%

R = 48.77%
G = 29.22%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED8E6B (or 0xED8E6B) is known color: Dark Salmon. HEX triplet: ED, 8E and 6B. RGB value is (237,142,107). Sum of RGB (Red+Green+Blue) = 237+142+107=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 107 (42.19% from 255 or 22.02% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8E6B is #127194. Grayscale: #A6A6A6. Windows color (decimal): -1208725 or 7048941. OLE color: 7048941.

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

Color convert

RGB 237 142 107 -
CMYK 0 0.40 0.55 0.07
HSL 16.15º 0.78% 0.67% -
HSV(B) 16.15º 0.55% 0.93% -
XYZ 47.25 38.41 18.83 -
YUV 166.42 94.47 178.35 -
System Red Green Blue C M Y K H S L
Decimal 237 142 107 0 0.40 0.55 0.07 16.15 0.78 0.67
Hex ED 8E 6B 0 28 37 7 10 4E 43
Octal 355 216 153 0 50 67 7 20 116 103
Binary 11101101 10001110 1101011 0 101000 110111 111 10000 1001110 1000011

Color Harmonies of #ED8E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8E6B

Black with #ED8E6B

Text Example


Text Example

White with #ED8E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8E6B; }

 p { color: rgb(237,142,107); }

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

background-color css

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

 a { background-color: rgb(237,142,107); }

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

border-color css

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

 span { border-color: rgb(237,142,107); }

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