Html Css Color HEX #EE806A Salmon

📋 copy color: '#EE806A'

red 238 ◦ green 128 ◦ blue 106

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

Shades of Salmon #EE806A

Tints of Salmon #EE806A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.12%

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

R = 50.42%
G = 27.12%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE806A (or 0xEE806A) is known color: Salmon. HEX triplet: EE, 80 and 6A. RGB value is (238,128,106). Sum of RGB (Red+Green+Blue) = 238+128+106=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE806A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE806A is #117F95. Grayscale: #9E9E9E. Windows color (decimal): -1146774 or 6979822. OLE color: 6979822.

HSL color Cylindrical-coordinate representation of color #EE806A: hue angle of 10º 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 #EE806A is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 128 106 -
CMYK 0 0.46 0.55 0.07
HSL 10º 0.8% 0.67% -
HSV(B) 10º 0.55% 0.93% -
XYZ 45.58 34.66 17.92 -
YUV 158.38 98.44 184.79 -
System Red Green Blue C M Y K H S L
Decimal 238 128 106 0 0.46 0.55 0.07 10 0.8 0.67
Hex EE 80 6A 0 2E 37 7 A 50 43
Octal 356 200 152 0 56 67 7 12 120 103
Binary 11101110 10000000 1101010 0 101110 110111 111 1010 1010000 1000011

Color Harmonies of #EE806A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE806A

Black with #EE806A

Text Example


Text Example

White with #EE806A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE806A; }

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

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

background-color css

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

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

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

border-color css

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

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

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