Html Css Color HEX #EE8472 Salmon

📋 copy color: '#EE8472'

red 238 ◦ green 132 ◦ blue 114

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

Shades of Salmon #EE8472

Tints of Salmon #EE8472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.55%

R = 49.17%
G = 27.27%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EE8472 (or 0xEE8472) is known color: Salmon. HEX triplet: EE, 84 and 72. RGB value is (238,132,114). Sum of RGB (Red+Green+Blue) = 238+132+114=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8472 is #117B8D. Grayscale: #A1A1A1. Windows color (decimal): -1145742 or 7505134. OLE color: 7505134.

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

Color convert

RGB 238 132 114 -
CMYK 0 0.45 0.52 0.07
HSL 8.71º 0.78% 0.69% -
HSV(B) 8.71º 0.52% 0.93% -
XYZ 46.55 35.89 20.39 -
YUV 161.64 101.12 182.46 -
System Red Green Blue C M Y K H S L
Decimal 238 132 114 0 0.45 0.52 0.07 8.71 0.78 0.69
Hex EE 84 72 0 2D 34 7 9 4E 45
Octal 356 204 162 0 55 64 7 11 116 105
Binary 11101110 10000100 1110010 0 101101 110100 111 1001 1001110 1000101

Color Harmonies of #EE8472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8472

Black with #EE8472

Text Example


Text Example

White with #EE8472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8472; }

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

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

background-color css

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

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

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

border-color css

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

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

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