Html Css Color HEX #ED9069 Dark Salmon

📋 copy color: '#ED9069'

red 237 ◦ green 144 ◦ blue 105

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

Shades of Dark Salmon #ED9069

Tints of Dark Salmon #ED9069

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.63%

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

R = 48.77%
G = 29.63%
B = 21.6%

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

#ED9069 (or 0xED9069) is known color: Dark Salmon. HEX triplet: ED, 90 and 69. RGB value is (237,144,105). Sum of RGB (Red+Green+Blue) = 237+144+105=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9069 is #126F96. Grayscale: #A7A7A7. Windows color (decimal): -1208215 or 6918381. OLE color: 6918381.

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

Color convert

RGB 237 144 105 -
CMYK 0 0.39 0.56 0.07
HSL 17.73º 0.79% 0.67% -
HSV(B) 17.73º 0.56% 0.93% -
XYZ 47.45 38.97 18.39 -
YUV 167.36 92.81 177.67 -
System Red Green Blue C M Y K H S L
Decimal 237 144 105 0 0.39 0.56 0.07 17.73 0.79 0.67
Hex ED 90 69 0 27 38 7 12 4F 43
Octal 355 220 151 0 47 70 7 22 117 103
Binary 11101101 10010000 1101001 0 100111 111000 111 10010 1001111 1000011

Color Harmonies of #ED9069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9069

Black with #ED9069

Text Example


Text Example

White with #ED9069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9069; }

 p { color: rgb(237,144,105); }

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

background-color css

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

 a { background-color: rgb(237,144,105); }

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

border-color css

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

 span { border-color: rgb(237,144,105); }

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