Html Css Color HEX #EF9B81 Dark Salmon

📋 copy color: '#EF9B81'

red 239 ◦ green 155 ◦ blue 129

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

Shades of Dark Salmon #EF9B81

Tints of Dark Salmon #EF9B81

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.64%

 BLUE value IS 129 (50.78% from 255) = 24.67%

R = 45.7%
G = 29.64%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF9B81 (or 0xEF9B81) is known color: Dark Salmon. HEX triplet: EF, 9B and 81. RGB value is (239,155,129). Sum of RGB (Red+Green+Blue) = 239+155+129=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 129 (50.78% from 255 or 24.67% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9B81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9B81 is #10647E. Grayscale: #B1B1B1. Windows color (decimal): -1074303 or 8494063. OLE color: 8494063.

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

Color convert

RGB 239 155 129 -
CMYK 0 0.35 0.46 0.06
HSL 14.18º 0.77% 0.72% -
HSV(B) 14.18º 0.46% 0.94% -
XYZ 51.28 43.38 26.44 -
YUV 177.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 239 155 129 0 0.35 0.46 0.06 14.18 0.77 0.72
Hex EF 9B 81 0 23 2E 6 E 4D 48
Octal 357 233 201 0 43 56 6 16 115 110
Binary 11101111 10011011 10000001 0 100011 101110 110 1110 1001101 1001000

Color Harmonies of #EF9B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9B81

Black with #EF9B81

Text Example


Text Example

White with #EF9B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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