Html Css Color HEX #EF8972 Salmon

📋 copy color: '#EF8972'

red 239 ◦ green 137 ◦ blue 114

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

Shades of Salmon #EF8972

Tints of Salmon #EF8972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.96%

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

R = 48.78%
G = 27.96%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF8972 (or 0xEF8972) is known color: Salmon. HEX triplet: EF, 89 and 72. RGB value is (239,137,114). Sum of RGB (Red+Green+Blue) = 239+137+114=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8972 is #10768D. Grayscale: #A5A5A5. Windows color (decimal): -1078926 or 7506415. OLE color: 7506415.

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

Color convert

RGB 239 137 114 -
CMYK 0 0.43 0.52 0.06
HSL 11.04º 0.8% 0.69% -
HSV(B) 11.04º 0.52% 0.94% -
XYZ 47.58 37.46 20.64 -
YUV 164.88 99.29 180.87 -
System Red Green Blue C M Y K H S L
Decimal 239 137 114 0 0.43 0.52 0.06 11.04 0.8 0.69
Hex EF 89 72 0 2B 34 6 B 50 45
Octal 357 211 162 0 53 64 6 13 120 105
Binary 11101111 10001001 1110010 0 101011 110100 110 1011 1010000 1000101

Color Harmonies of #EF8972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8972

Black with #EF8972

Text Example


Text Example

White with #EF8972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8972; }

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

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

background-color css

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

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

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

border-color css

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

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

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