Html Css Color HEX #EE8571 Salmon

📋 copy color: '#EE8571'

red 238 ◦ green 133 ◦ blue 113

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

Shades of Salmon #EE8571

Tints of Salmon #EE8571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.48%

 BLUE value IS 113 (44.53% from 255) = 23.35%

R = 49.17%
G = 27.48%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE8571 (or 0xEE8571) is known color: Salmon. HEX triplet: EE, 85 and 71. RGB value is (238,133,113). Sum of RGB (Red+Green+Blue) = 238+133+113=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8571 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8571 is #117A8E. Grayscale: #A2A2A2. Windows color (decimal): -1145487 or 7439854. OLE color: 7439854.

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

Color convert

RGB 238 133 113 -
CMYK 0 0.44 0.53 0.07
HSL 9.6º 0.79% 0.69% -
HSV(B) 9.6º 0.53% 0.93% -
XYZ 46.63 36.14 20.14 -
YUV 162.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 238 133 113 0 0.44 0.53 0.07 9.6 0.79 0.69
Hex EE 85 71 0 2C 35 7 A 4F 45
Octal 356 205 161 0 54 65 7 12 117 105
Binary 11101110 10000101 1110001 0 101100 110101 111 1010 1001111 1000101

Color Harmonies of #EE8571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8571

Black with #EE8571

Text Example


Text Example

White with #EE8571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8571; }

 p { color: rgb(238,133,113); }

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

background-color css

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

 a { background-color: rgb(238,133,113); }

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

border-color css

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

 span { border-color: rgb(238,133,113); }

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