Html Css Color HEX #EF916A Dark Salmon

📋 copy color: '#EF916A'

red 239 ◦ green 145 ◦ blue 106

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

Shades of Dark Salmon #EF916A

Tints of Dark Salmon #EF916A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.59%

 BLUE value IS 106 (41.8% from 255) = 21.63%

R = 48.78%
G = 29.59%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF916A (or 0xEF916A) is known color: Dark Salmon. HEX triplet: EF, 91 and 6A. RGB value is (239,145,106). Sum of RGB (Red+Green+Blue) = 239+145+106=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF916A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF916A is #106E95. Grayscale: #A8A8A8. Windows color (decimal): -1076886 or 6984175. OLE color: 6984175.

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

Color convert

RGB 239 145 106 -
CMYK 0 0.39 0.56 0.06
HSL 17.59º 0.81% 0.68% -
HSV(B) 17.59º 0.56% 0.94% -
XYZ 48.32 39.64 18.74 -
YUV 168.66 92.64 178.17 -
System Red Green Blue C M Y K H S L
Decimal 239 145 106 0 0.39 0.56 0.06 17.59 0.81 0.68
Hex EF 91 6A 0 27 38 6 12 51 44
Octal 357 221 152 0 47 70 6 22 121 104
Binary 11101111 10010001 1101010 0 100111 111000 110 10010 1010001 1000100

Color Harmonies of #EF916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF916A

Black with #EF916A

Text Example


Text Example

White with #EF916A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF916A; }

 p { color: rgb(239,145,106); }

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

background-color css

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

 a { background-color: rgb(239,145,106); }

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

border-color css

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

 span { border-color: rgb(239,145,106); }

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