Html Css Color HEX #EE8470 Salmon

📋 copy color: '#EE8470'

red 238 ◦ green 132 ◦ blue 112

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

Shades of Salmon #EE8470

Tints of Salmon #EE8470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.39%

 BLUE value IS 112 (44.14% from 255) = 23.24%

R = 49.38%
G = 27.39%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE8470 (or 0xEE8470) is known color: Salmon. HEX triplet: EE, 84 and 70. RGB value is (238,132,112). Sum of RGB (Red+Green+Blue) = 238+132+112=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8470 is #117B8F. Grayscale: #A1A1A1. Windows color (decimal): -1145744 or 7374062. OLE color: 7374062.

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

Color convert

RGB 238 132 112 -
CMYK 0 0.45 0.53 0.07
HSL 9.52º 0.79% 0.69% -
HSV(B) 9.52º 0.53% 0.93% -
XYZ 46.44 35.85 19.8 -
YUV 161.41 100.12 182.63 -
System Red Green Blue C M Y K H S L
Decimal 238 132 112 0 0.45 0.53 0.07 9.52 0.79 0.69
Hex EE 84 70 0 2D 35 7 A 4F 45
Octal 356 204 160 0 55 65 7 12 117 105
Binary 11101110 10000100 1110000 0 101101 110101 111 1010 1001111 1000101

Color Harmonies of #EE8470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8470

Black with #EE8470

Text Example


Text Example

White with #EE8470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8470; }

 p { color: rgb(238,132,112); }

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

background-color css

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

 a { background-color: rgb(238,132,112); }

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

border-color css

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

 span { border-color: rgb(238,132,112); }

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