Html Css Color HEX #EE7C68 Salmon

📋 copy color: '#EE7C68'

red 238 ◦ green 124 ◦ blue 104

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

Shades of Salmon #EE7C68

Tints of Salmon #EE7C68

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.61%

 BLUE value IS 104 (41.02% from 255) = 22.32%

R = 51.07%
G = 26.61%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EE7C68 (or 0xEE7C68) is known color: Salmon. HEX triplet: EE, 7C and 68. RGB value is (238,124,104). Sum of RGB (Red+Green+Blue) = 238+124+104=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7C68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7C68 is #118397. Grayscale: #9C9C9C. Windows color (decimal): -1147800 or 6847726. OLE color: 6847726.

HSL color Cylindrical-coordinate representation of color #EE7C68: hue angle of 8.96º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE7C68 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 124 104 -
CMYK 0 0.48 0.56 0.07
HSL 8.96º 0.8% 0.67% -
HSV(B) 8.96º 0.56% 0.93% -
XYZ 44.97 33.59 17.21 -
YUV 155.81 98.77 186.63 -
System Red Green Blue C M Y K H S L
Decimal 238 124 104 0 0.48 0.56 0.07 8.96 0.8 0.67
Hex EE 7C 68 0 30 38 7 9 50 43
Octal 356 174 150 0 60 70 7 11 120 103
Binary 11101110 1111100 1101000 0 110000 111000 111 1001 1010000 1000011

Color Harmonies of #EE7C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7C68

Black with #EE7C68

Text Example


Text Example

White with #EE7C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7C68; }

 p { color: rgb(238,124,104); }

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

background-color css

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

 a { background-color: rgb(238,124,104); }

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

border-color css

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

 span { border-color: rgb(238,124,104); }

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