Html Css Color HEX #EE8970 Salmon

📋 copy color: '#EE8970'

red 238 ◦ green 137 ◦ blue 112

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

Shades of Salmon #EE8970

Tints of Salmon #EE8970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.13%

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

R = 48.87%
G = 28.13%
B = 23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE8970 (or 0xEE8970) is known color: Salmon. HEX triplet: EE, 89 and 70. RGB value is (238,137,112). Sum of RGB (Red+Green+Blue) = 238+137+112=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8970 is #11768F. Grayscale: #A4A4A4. Windows color (decimal): -1144464 or 7375342. OLE color: 7375342.

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

Color convert

RGB 238 137 112 -
CMYK 0 0.42 0.53 0.07
HSL 11.9º 0.79% 0.69% -
HSV(B) 11.9º 0.53% 0.93% -
XYZ 47.13 37.24 20.03 -
YUV 164.35 98.46 180.53 -
System Red Green Blue C M Y K H S L
Decimal 238 137 112 0 0.42 0.53 0.07 11.9 0.79 0.69
Hex EE 89 70 0 2A 35 7 C 4F 45
Octal 356 211 160 0 52 65 7 14 117 105
Binary 11101110 10001001 1110000 0 101010 110101 111 1100 1001111 1000101

Color Harmonies of #EE8970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8970

Black with #EE8970

Text Example


Text Example

White with #EE8970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8970; }

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

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

background-color css

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

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

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

border-color css

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

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

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