Html Css Color HEX #EF9475 Dark Salmon

📋 copy color: '#EF9475'

red 239 ◦ green 148 ◦ blue 117

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

Shades of Dark Salmon #EF9475

Tints of Dark Salmon #EF9475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.37%

 BLUE value IS 117 (46.09% from 255) = 23.21%

R = 47.42%
G = 29.37%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF9475 (or 0xEF9475) is known color: Dark Salmon. HEX triplet: EF, 94 and 75. RGB value is (239,148,117). Sum of RGB (Red+Green+Blue) = 239+148+117=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9475 is #106B8A. Grayscale: #ABABAB. Windows color (decimal): -1076107 or 7705839. OLE color: 7705839.

HSL color Cylindrical-coordinate representation of color #EF9475: hue angle of 15.25º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF9475 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 148 117 -
CMYK 0 0.38 0.51 0.06
HSL 15.25º 0.79% 0.7% -
HSV(B) 15.25º 0.51% 0.94% -
XYZ 49.4 40.81 22.1 -
YUV 171.68 97.15 176.02 -
System Red Green Blue C M Y K H S L
Decimal 239 148 117 0 0.38 0.51 0.06 15.25 0.79 0.7
Hex EF 94 75 0 26 33 6 F 4F 46
Octal 357 224 165 0 46 63 6 17 117 106
Binary 11101111 10010100 1110101 0 100110 110011 110 1111 1001111 1000110

Color Harmonies of #EF9475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9475

Black with #EF9475

Text Example


Text Example

White with #EF9475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9475; }

 p { color: rgb(239,148,117); }

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

background-color css

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

 a { background-color: rgb(239,148,117); }

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

border-color css

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

 span { border-color: rgb(239,148,117); }

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