Html Css Color HEX #ED926B Dark Salmon

📋 copy color: '#ED926B'

red 237 ◦ green 146 ◦ blue 107

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

Shades of Dark Salmon #ED926B

Tints of Dark Salmon #ED926B

RGB

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

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

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

R = 48.37%
G = 29.8%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED926B (or 0xED926B) is known color: Dark Salmon. HEX triplet: ED, 92 and 6B. RGB value is (237,146,107). Sum of RGB (Red+Green+Blue) = 237+146+107=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED926B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED926B is #126D94. Grayscale: #A9A9A9. Windows color (decimal): -1207701 or 7049965. OLE color: 7049965.

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

Color convert

RGB 237 146 107 -
CMYK 0 0.38 0.55 0.07
HSL 18º 0.78% 0.67% -
HSV(B) 18º 0.55% 0.93% -
XYZ 47.86 39.62 19.04 -
YUV 168.76 93.15 176.67 -
System Red Green Blue C M Y K H S L
Decimal 237 146 107 0 0.38 0.55 0.07 18 0.78 0.67
Hex ED 92 6B 0 26 37 7 12 4E 43
Octal 355 222 153 0 46 67 7 22 116 103
Binary 11101101 10010010 1101011 0 100110 110111 111 10010 1001110 1000011

Color Harmonies of #ED926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED926B

Black with #ED926B

Text Example


Text Example

White with #ED926B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED926B; }

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

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

background-color css

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

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

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

border-color css

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

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

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