Html Css Color HEX #EF816E Salmon

📋 copy color: '#EF816E'

red 239 ◦ green 129 ◦ blue 110

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

Shades of Salmon #EF816E

Tints of Salmon #EF816E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.01%

R = 50%
G = 26.99%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF816E (or 0xEF816E) is known color: Salmon. HEX triplet: EF, 81 and 6E. RGB value is (239,129,110). Sum of RGB (Red+Green+Blue) = 239+129+110=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF816E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF816E is #107E91. Grayscale: #9F9F9F. Windows color (decimal): -1080978 or 7242223. OLE color: 7242223.

HSL color Cylindrical-coordinate representation of color #EF816E: hue angle of 8.84º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF816E is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 129 110 -
CMYK 0 0.46 0.54 0.06
HSL 8.84º 0.8% 0.68% -
HSV(B) 8.84º 0.54% 0.94% -
XYZ 46.26 35.18 19.1 -
YUV 159.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 239 129 110 0 0.46 0.54 0.06 8.84 0.8 0.68
Hex EF 81 6E 0 2E 36 6 9 50 44
Octal 357 201 156 0 56 66 6 11 120 104
Binary 11101111 10000001 1101110 0 101110 110110 110 1001 1010000 1000100

Color Harmonies of #EF816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF816E

Black with #EF816E

Text Example


Text Example

White with #EF816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF816E; }

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

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

background-color css

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

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

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

border-color css

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

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

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