Html Css Color HEX #EF9672 Dark Salmon

📋 copy color: '#EF9672'

red 239 ◦ green 150 ◦ blue 114

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

Shades of Dark Salmon #EF9672

Tints of Dark Salmon #EF9672

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.82%

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

R = 47.51%
G = 29.82%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF9672 (or 0xEF9672) is known color: Dark Salmon. HEX triplet: EF, 96 and 72. RGB value is (239,150,114). Sum of RGB (Red+Green+Blue) = 239+150+114=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9672 is #10698D. Grayscale: #ACACAC. Windows color (decimal): -1075598 or 7509743. OLE color: 7509743.

HSL color Cylindrical-coordinate representation of color #EF9672: hue angle of 17.28º 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 #EF9672 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 150 114 -
CMYK 0 0.37 0.52 0.06
HSL 17.28º 0.8% 0.69% -
HSV(B) 17.28º 0.52% 0.94% -
XYZ 49.54 41.38 21.3 -
YUV 172.51 94.99 175.43 -
System Red Green Blue C M Y K H S L
Decimal 239 150 114 0 0.37 0.52 0.06 17.28 0.8 0.69
Hex EF 96 72 0 25 34 6 11 50 45
Octal 357 226 162 0 45 64 6 21 120 105
Binary 11101111 10010110 1110010 0 100101 110100 110 10001 1010000 1000101

Color Harmonies of #EF9672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9672

Black with #EF9672

Text Example


Text Example

White with #EF9672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9672; }

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

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

background-color css

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

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

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

border-color css

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

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

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