Html Css Color HEX #EF8272 Salmon

📋 copy color: '#EF8272'

red 239 ◦ green 130 ◦ blue 114

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

Shades of Salmon #EF8272

Tints of Salmon #EF8272

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.92%

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

R = 49.48%
G = 26.92%
B = 23.6%

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

#EF8272 (or 0xEF8272) is known color: Salmon. HEX triplet: EF, 82 and 72. RGB value is (239,130,114). Sum of RGB (Red+Green+Blue) = 239+130+114=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8272 is #107D8D. Grayscale: #A0A0A0. Windows color (decimal): -1080718 or 7504623. OLE color: 7504623.

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

Color convert

RGB 239 130 114 -
CMYK 0 0.46 0.52 0.06
HSL 7.68º 0.8% 0.69% -
HSV(B) 7.68º 0.52% 0.94% -
XYZ 46.62 35.53 20.32 -
YUV 160.77 101.61 183.8 -
System Red Green Blue C M Y K H S L
Decimal 239 130 114 0 0.46 0.52 0.06 7.68 0.8 0.69
Hex EF 82 72 0 2E 34 6 8 50 45
Octal 357 202 162 0 56 64 6 10 120 105
Binary 11101111 10000010 1110010 0 101110 110100 110 1000 1010000 1000101

Color Harmonies of #EF8272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8272

Black with #EF8272

Text Example


Text Example

White with #EF8272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8272; }

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

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

background-color css

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

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

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

border-color css

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

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

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