Html Css Color HEX #EE7E6A Salmon

📋 copy color: '#EE7E6A'

red 238 ◦ green 126 ◦ blue 106

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

Shades of Salmon #EE7E6A

Tints of Salmon #EE7E6A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.81%

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

R = 50.64%
G = 26.81%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE7E6A (or 0xEE7E6A) is known color: Salmon. HEX triplet: EE, 7E and 6A. RGB value is (238,126,106). Sum of RGB (Red+Green+Blue) = 238+126+106=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7E6A is #118195. Grayscale: #9D9D9D. Windows color (decimal): -1147286 or 6979310. OLE color: 6979310.

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

Color convert

RGB 238 126 106 -
CMYK 0 0.47 0.55 0.07
HSL 9.09º 0.8% 0.67% -
HSV(B) 9.09º 0.55% 0.93% -
XYZ 45.32 34.14 17.84 -
YUV 157.21 99.11 185.63 -
System Red Green Blue C M Y K H S L
Decimal 238 126 106 0 0.47 0.55 0.07 9.09 0.8 0.67
Hex EE 7E 6A 0 2F 37 7 9 50 43
Octal 356 176 152 0 57 67 7 11 120 103
Binary 11101110 1111110 1101010 0 101111 110111 111 1001 1010000 1000011

Color Harmonies of #EE7E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7E6A

Black with #EE7E6A

Text Example


Text Example

White with #EE7E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7E6A; }

 p { color: rgb(238,126,106); }

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

background-color css

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

 a { background-color: rgb(238,126,106); }

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

border-color css

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

 span { border-color: rgb(238,126,106); }

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