Html Css Color HEX #EE8064 Salmon

📋 copy color: '#EE8064'

red 238 ◦ green 128 ◦ blue 100

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

Shades of Salmon #EE8064

Tints of Salmon #EE8064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.46%

R = 51.07%
G = 27.47%
B = 21.46%

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

#EE8064 (or 0xEE8064) is known color: Salmon. HEX triplet: EE, 80 and 64. RGB value is (238,128,100). Sum of RGB (Red+Green+Blue) = 238+128+100=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8064 is #117F9B. Grayscale: #9D9D9D. Windows color (decimal): -1146780 or 6586606. OLE color: 6586606.

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

Color convert

RGB 238 128 100 -
CMYK 0 0.46 0.58 0.07
HSL 12.17º 0.8% 0.66% -
HSV(B) 12.17º 0.58% 0.93% -
XYZ 45.28 34.54 16.34 -
YUV 157.7 95.44 185.28 -
System Red Green Blue C M Y K H S L
Decimal 238 128 100 0 0.46 0.58 0.07 12.17 0.8 0.66
Hex EE 80 64 0 2E 3A 7 C 50 42
Octal 356 200 144 0 56 72 7 14 120 102
Binary 11101110 10000000 1100100 0 101110 111010 111 1100 1010000 1000010

Color Harmonies of #EE8064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8064

Black with #EE8064

Text Example


Text Example

White with #EE8064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8064; }

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

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

background-color css

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

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

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

border-color css

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

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

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