Html Css Color HEX #ED9072 Dark Salmon

📋 copy color: '#ED9072'

red 237 ◦ green 144 ◦ blue 114

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

Shades of Dark Salmon #ED9072

Tints of Dark Salmon #ED9072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.03%

R = 47.88%
G = 29.09%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED9072 (or 0xED9072) is known color: Dark Salmon. HEX triplet: ED, 90 and 72. RGB value is (237,144,114). Sum of RGB (Red+Green+Blue) = 237+144+114=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9072 is #126F8D. Grayscale: #A8A8A8. Windows color (decimal): -1208206 or 7508205. OLE color: 7508205.

HSL color Cylindrical-coordinate representation of color #ED9072: hue angle of 14.63º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED9072 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 144 114 -
CMYK 0 0.39 0.52 0.07
HSL 14.63º 0.77% 0.69% -
HSV(B) 14.63º 0.52% 0.93% -
XYZ 47.94 39.17 20.95 -
YUV 168.39 97.31 176.94 -
System Red Green Blue C M Y K H S L
Decimal 237 144 114 0 0.39 0.52 0.07 14.63 0.77 0.69
Hex ED 90 72 0 27 34 7 F 4D 45
Octal 355 220 162 0 47 64 7 17 115 105
Binary 11101101 10010000 1110010 0 100111 110100 111 1111 1001101 1000101

Color Harmonies of #ED9072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9072

Black with #ED9072

Text Example


Text Example

White with #ED9072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9072; }

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

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

background-color css

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

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

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

border-color css

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

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

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