Html Css Color HEX #EF926A Dark Salmon

📋 copy color: '#EF926A'

red 239 ◦ green 146 ◦ blue 106

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

Shades of Dark Salmon #EF926A

Tints of Dark Salmon #EF926A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.74%

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

R = 48.68%
G = 29.74%
B = 21.59%

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

#EF926A (or 0xEF926A) is known color: Dark Salmon. HEX triplet: EF, 92 and 6A. RGB value is (239,146,106). Sum of RGB (Red+Green+Blue) = 239+146+106=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF926A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF926A is #106D95. Grayscale: #A9A9A9. Windows color (decimal): -1076630 or 6984431. OLE color: 6984431.

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

Color convert

RGB 239 146 106 -
CMYK 0 0.39 0.56 0.06
HSL 18.05º 0.81% 0.68% -
HSV(B) 18.05º 0.56% 0.94% -
XYZ 48.48 39.95 18.79 -
YUV 169.25 92.31 177.75 -
System Red Green Blue C M Y K H S L
Decimal 239 146 106 0 0.39 0.56 0.06 18.05 0.81 0.68
Hex EF 92 6A 0 27 38 6 12 51 44
Octal 357 222 152 0 47 70 6 22 121 104
Binary 11101111 10010010 1101010 0 100111 111000 110 10010 1010001 1000100

Color Harmonies of #EF926A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF926A

Black with #EF926A

Text Example


Text Example

White with #EF926A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF926A; }

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

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

background-color css

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

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

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

border-color css

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

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

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