Html Css Color HEX #EE806E Salmon

📋 copy color: '#EE806E'

red 238 ◦ green 128 ◦ blue 110

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

Shades of Salmon #EE806E

Tints of Salmon #EE806E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.11%

R = 50%
G = 26.89%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EE806E (or 0xEE806E) is known color: Salmon. HEX triplet: EE, 80 and 6E. RGB value is (238,128,110). Sum of RGB (Red+Green+Blue) = 238+128+110=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE806E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE806E is #117F91. Grayscale: #9F9F9F. Windows color (decimal): -1146770 or 7241966. OLE color: 7241966.

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

Color convert

RGB 238 128 110 -
CMYK 0 0.46 0.54 0.07
HSL 8.44º 0.79% 0.68% -
HSV(B) 8.44º 0.54% 0.93% -
XYZ 45.79 34.74 19.04 -
YUV 158.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 238 128 110 0 0.46 0.54 0.07 8.44 0.79 0.68
Hex EE 80 6E 0 2E 36 7 8 4F 44
Octal 356 200 156 0 56 66 7 10 117 104
Binary 11101110 10000000 1101110 0 101110 110110 111 1000 1001111 1000100

Color Harmonies of #EE806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE806E

Black with #EE806E

Text Example


Text Example

White with #EE806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE806E; }

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

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

background-color css

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

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

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

border-color css

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

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

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