Html Css Color HEX #EF9A72 Dark Salmon

📋 copy color: '#EF9A72'

red 239 ◦ green 154 ◦ blue 114

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

Shades of Dark Salmon #EF9A72

Tints of Dark Salmon #EF9A72

RGB

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

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

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

R = 47.14%
G = 30.37%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF9A72 (or 0xEF9A72) is known color: Dark Salmon. HEX triplet: EF, 9A and 72. RGB value is (239,154,114). Sum of RGB (Red+Green+Blue) = 239+154+114=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9A72 is #10658D. Grayscale: #AFAFAF. Windows color (decimal): -1074574 or 7510767. OLE color: 7510767.

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

Color convert

RGB 239 154 114 -
CMYK 0 0.36 0.52 0.06
HSL 19.2º 0.8% 0.69% -
HSV(B) 19.2º 0.52% 0.94% -
XYZ 50.19 42.68 21.51 -
YUV 174.86 93.66 173.75 -
System Red Green Blue C M Y K H S L
Decimal 239 154 114 0 0.36 0.52 0.06 19.2 0.8 0.69
Hex EF 9A 72 0 24 34 6 13 50 45
Octal 357 232 162 0 44 64 6 23 120 105
Binary 11101111 10011010 1110010 0 100100 110100 110 10011 1010000 1000101

Color Harmonies of #EF9A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9A72

Black with #EF9A72

Text Example


Text Example

White with #EF9A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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