Html Css Color HEX #EF9877 Dark Salmon

📋 copy color: '#EF9877'

red 239 ◦ green 152 ◦ blue 119

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

Shades of Dark Salmon #EF9877

Tints of Dark Salmon #EF9877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.33%

R = 46.86%
G = 29.8%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF9877 (or 0xEF9877) is known color: Dark Salmon. HEX triplet: EF, 98 and 77. RGB value is (239,152,119). Sum of RGB (Red+Green+Blue) = 239+152+119=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9877 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9877 is #106788. Grayscale: #AEAEAE. Windows color (decimal): -1075081 or 7837935. OLE color: 7837935.

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

Color convert

RGB 239 152 119 -
CMYK 0 0.36 0.50 0.06
HSL 16.5º 0.79% 0.7% -
HSV(B) 16.5º 0.5% 0.94% -
XYZ 50.15 42.14 22.94 -
YUV 174.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 239 152 119 0 0.36 0.50 0.06 16.5 0.79 0.7
Hex EF 98 77 0 24 32 6 10 4F 46
Octal 357 230 167 0 44 62 6 20 117 106
Binary 11101111 10011000 1110111 0 100100 110010 110 10000 1001111 1000110

Color Harmonies of #EF9877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9877

Black with #EF9877

Text Example


Text Example

White with #EF9877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9877; }

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

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

background-color css

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

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

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

border-color css

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

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

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