Html Css Color HEX #EE8772 Salmon

📋 copy color: '#EE8772'

red 238 ◦ green 135 ◦ blue 114

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

Shades of Salmon #EE8772

Tints of Salmon #EE8772

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.72%

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

R = 48.87%
G = 27.72%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EE8772 (or 0xEE8772) is known color: Salmon. HEX triplet: EE, 87 and 72. RGB value is (238,135,114). Sum of RGB (Red+Green+Blue) = 238+135+114=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8772 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8772 is #11788D. Grayscale: #A3A3A3. Windows color (decimal): -1144974 or 7505902. OLE color: 7505902.

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

Color convert

RGB 238 135 114 -
CMYK 0 0.43 0.52 0.07
HSL 10.16º 0.78% 0.69% -
HSV(B) 10.16º 0.52% 0.93% -
XYZ 46.96 36.72 20.53 -
YUV 163.4 100.12 181.21 -
System Red Green Blue C M Y K H S L
Decimal 238 135 114 0 0.43 0.52 0.07 10.16 0.78 0.69
Hex EE 87 72 0 2B 34 7 A 4E 45
Octal 356 207 162 0 53 64 7 12 116 105
Binary 11101110 10000111 1110010 0 101011 110100 111 1010 1001110 1000101

Color Harmonies of #EE8772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8772

Black with #EE8772

Text Example


Text Example

White with #EE8772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8772; }

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

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

background-color css

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

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

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

border-color css

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

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

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