Html Css Color HEX #EF8772 Salmon

📋 copy color: '#EF8772'

red 239 ◦ green 135 ◦ blue 114

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

Shades of Salmon #EF8772

Tints of Salmon #EF8772

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.66%

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

R = 48.98%
G = 27.66%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF8772 (or 0xEF8772) is known color: Salmon. HEX triplet: EF, 87 and 72. RGB value is (239,135,114). Sum of RGB (Red+Green+Blue) = 239+135+114=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8772 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8772 is #10788D. Grayscale: #A3A3A3. Windows color (decimal): -1079438 or 7505903. OLE color: 7505903.

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

Color convert

RGB 239 135 114 -
CMYK 0 0.44 0.52 0.06
HSL 10.08º 0.8% 0.69% -
HSV(B) 10.08º 0.52% 0.94% -
XYZ 47.3 36.89 20.55 -
YUV 163.7 99.96 181.71 -
System Red Green Blue C M Y K H S L
Decimal 239 135 114 0 0.44 0.52 0.06 10.08 0.8 0.69
Hex EF 87 72 0 2C 34 6 A 50 45
Octal 357 207 162 0 54 64 6 12 120 105
Binary 11101111 10000111 1110010 0 101100 110100 110 1010 1010000 1000101

Color Harmonies of #EF8772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8772

Black with #EF8772

Text Example


Text Example

White with #EF8772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8772; }

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

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

background-color css

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

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

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

border-color css

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

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

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