Html Css Color HEX #EF9A70 Dark Salmon

📋 copy color: '#EF9A70'

red 239 ◦ green 154 ◦ blue 112

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

Shades of Dark Salmon #EF9A70

Tints of Dark Salmon #EF9A70

RGB

 RED value IS 239 (93.75% from 255) = 47.33%

 GREEN value IS 154 (60.55% from 255) = 30.5%

 BLUE value IS 112 (44.14% from 255) = 22.18%

R = 47.33%
G = 30.5%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF9A70 (or 0xEF9A70) is known color: Dark Salmon. HEX triplet: EF, 9A and 70. RGB value is (239,154,112). Sum of RGB (Red+Green+Blue) = 239+154+112=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9A70 is #10658F. Grayscale: #AEAEAE. Windows color (decimal): -1074576 or 7379695. OLE color: 7379695.

HSL color Cylindrical-coordinate representation of color #EF9A70: hue angle of 19.84º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF9A70 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 154 112 -
CMYK 0 0.36 0.53 0.06
HSL 19.84º 0.8% 0.69% -
HSV(B) 19.84º 0.53% 0.94% -
XYZ 50.08 42.63 20.92 -
YUV 174.63 92.66 173.92 -
System Red Green Blue C M Y K H S L
Decimal 239 154 112 0 0.36 0.53 0.06 19.84 0.8 0.69
Hex EF 9A 70 0 24 35 6 14 50 45
Octal 357 232 160 0 44 65 6 24 120 105
Binary 11101111 10011010 1110000 0 100100 110101 110 10100 1010000 1000101

Color Harmonies of #EF9A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9A70

Black with #EF9A70

Text Example


Text Example

White with #EF9A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9A70; }

 p { color: rgb(239,154,112); }

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

background-color css

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

 a { background-color: rgb(239,154,112); }

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

border-color css

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

 span { border-color: rgb(239,154,112); }

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