Html Css Color HEX #EF8172 Salmon

📋 copy color: '#EF8172'

red 239 ◦ green 129 ◦ blue 114

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

Shades of Salmon #EF8172

Tints of Salmon #EF8172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.76%

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

R = 49.59%
G = 26.76%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF8172 (or 0xEF8172) is known color: Salmon. HEX triplet: EF, 81 and 72. RGB value is (239,129,114). Sum of RGB (Red+Green+Blue) = 239+129+114=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8172 is #107E8D. Grayscale: #A0A0A0. Windows color (decimal): -1080974 or 7504367. OLE color: 7504367.

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

Color convert

RGB 239 129 114 -
CMYK 0 0.46 0.52 0.06
HSL 7.2º 0.8% 0.69% -
HSV(B) 7.2º 0.52% 0.94% -
XYZ 46.48 35.27 20.28 -
YUV 160.18 101.94 184.22 -
System Red Green Blue C M Y K H S L
Decimal 239 129 114 0 0.46 0.52 0.06 7.2 0.8 0.69
Hex EF 81 72 0 2E 34 6 7 50 45
Octal 357 201 162 0 56 64 6 7 120 105
Binary 11101111 10000001 1110010 0 101110 110100 110 111 1010000 1000101

Color Harmonies of #EF8172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8172

Black with #EF8172

Text Example


Text Example

White with #EF8172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8172; }

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

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

background-color css

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

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

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

border-color css

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

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

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