Html Css Color HEX #EF9372 Dark Salmon

📋 copy color: '#EF9372'

red 239 ◦ green 147 ◦ blue 114

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

Shades of Dark Salmon #EF9372

Tints of Dark Salmon #EF9372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.4%

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

R = 47.8%
G = 29.4%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF9372 (or 0xEF9372) is known color: Dark Salmon. HEX triplet: EF, 93 and 72. RGB value is (239,147,114). Sum of RGB (Red+Green+Blue) = 239+147+114=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9372 is #106C8D. Grayscale: #AAAAAA. Windows color (decimal): -1076366 or 7508975. OLE color: 7508975.

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

Color convert

RGB 239 147 114 -
CMYK 0 0.38 0.52 0.06
HSL 15.84º 0.8% 0.69% -
HSV(B) 15.84º 0.52% 0.94% -
XYZ 49.07 40.43 21.14 -
YUV 170.75 95.98 176.68 -
System Red Green Blue C M Y K H S L
Decimal 239 147 114 0 0.38 0.52 0.06 15.84 0.8 0.69
Hex EF 93 72 0 26 34 6 10 50 45
Octal 357 223 162 0 46 64 6 20 120 105
Binary 11101111 10010011 1110010 0 100110 110100 110 10000 1010000 1000101

Color Harmonies of #EF9372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9372

Black with #EF9372

Text Example


Text Example

White with #EF9372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9372; }

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

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

background-color css

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

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

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

border-color css

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

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

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