Html Css Color HEX #EE8065 Salmon

📋 copy color: '#EE8065'

red 238 ◦ green 128 ◦ blue 101

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

Shades of Salmon #EE8065

Tints of Salmon #EE8065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.63%

R = 50.96%
G = 27.41%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EE8065 (or 0xEE8065) is known color: Salmon. HEX triplet: EE, 80 and 65. RGB value is (238,128,101). Sum of RGB (Red+Green+Blue) = 238+128+101=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8065 is #117F9A. Grayscale: #9E9E9E. Windows color (decimal): -1146779 or 6652142. OLE color: 6652142.

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

Color convert

RGB 238 128 101 -
CMYK 0 0.46 0.58 0.07
HSL 11.82º 0.8% 0.66% -
HSV(B) 11.82º 0.58% 0.93% -
XYZ 45.33 34.56 16.59 -
YUV 157.81 95.94 185.2 -
System Red Green Blue C M Y K H S L
Decimal 238 128 101 0 0.46 0.58 0.07 11.82 0.8 0.66
Hex EE 80 65 0 2E 3A 7 C 50 42
Octal 356 200 145 0 56 72 7 14 120 102
Binary 11101110 10000000 1100101 0 101110 111010 111 1100 1010000 1000010

Color Harmonies of #EE8065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8065

Black with #EE8065

Text Example


Text Example

White with #EE8065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8065; }

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

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

background-color css

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

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

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

border-color css

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

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

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