Html Css Color HEX #EE976C Dark Salmon

📋 copy color: '#EE976C'

red 238 ◦ green 151 ◦ blue 108

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

Shades of Dark Salmon #EE976C

Tints of Dark Salmon #EE976C

RGB

 RED value IS 238 (93.36% from 255) = 47.89%

 GREEN value IS 151 (59.38% from 255) = 30.38%

 BLUE value IS 108 (42.58% from 255) = 21.73%

R = 47.89%
G = 30.38%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE976C (or 0xEE976C) is known color: Dark Salmon. HEX triplet: EE, 97 and 6C. RGB value is (238,151,108). Sum of RGB (Red+Green+Blue) = 238+151+108=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE976C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE976C is #116893. Grayscale: #ACACAC. Windows color (decimal): -1140884 or 7116782. OLE color: 7116782.

HSL color Cylindrical-coordinate representation of color #EE976C: hue angle of 19.85º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE976C is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 151 108 -
CMYK 0 0.37 0.55 0.07
HSL 19.85º 0.79% 0.68% -
HSV(B) 19.85º 0.55% 0.93% -
XYZ 49.03 41.39 19.59 -
YUV 172.11 91.82 175 -
System Red Green Blue C M Y K H S L
Decimal 238 151 108 0 0.37 0.55 0.07 19.85 0.79 0.68
Hex EE 97 6C 0 25 37 7 14 4F 44
Octal 356 227 154 0 45 67 7 24 117 104
Binary 11101110 10010111 1101100 0 100101 110111 111 10100 1001111 1000100

Color Harmonies of #EE976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE976C

Black with #EE976C

Text Example


Text Example

White with #EE976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE976C; }

 p { color: rgb(238,151,108); }

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

background-color css

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

 a { background-color: rgb(238,151,108); }

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

border-color css

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

 span { border-color: rgb(238,151,108); }

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