Html Css Color HEX #EF9873 Dark Salmon

📋 copy color: '#EF9873'

red 239 ◦ green 152 ◦ blue 115

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

Shades of Dark Salmon #EF9873

Tints of Dark Salmon #EF9873

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.04%

 BLUE value IS 115 (45.31% from 255) = 22.73%

R = 47.23%
G = 30.04%
B = 22.73%

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

#EF9873 (or 0xEF9873) is known color: Dark Salmon. HEX triplet: EF, 98 and 73. RGB value is (239,152,115). Sum of RGB (Red+Green+Blue) = 239+152+115=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9873 is #10678C. Grayscale: #AEAEAE. Windows color (decimal): -1075085 or 7575791. OLE color: 7575791.

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

Color convert

RGB 239 152 115 -
CMYK 0 0.36 0.52 0.06
HSL 17.9º 0.79% 0.69% -
HSV(B) 17.9º 0.52% 0.94% -
XYZ 49.92 42.05 21.7 -
YUV 173.8 94.82 174.51 -
System Red Green Blue C M Y K H S L
Decimal 239 152 115 0 0.36 0.52 0.06 17.9 0.79 0.69
Hex EF 98 73 0 24 34 6 12 4F 45
Octal 357 230 163 0 44 64 6 22 117 105
Binary 11101111 10011000 1110011 0 100100 110100 110 10010 1001111 1000101

Color Harmonies of #EF9873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9873

Black with #EF9873

Text Example


Text Example

White with #EF9873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9873; }

 p { color: rgb(239,152,115); }

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

background-color css

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

 a { background-color: rgb(239,152,115); }

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

border-color css

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

 span { border-color: rgb(239,152,115); }

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