Html Css Color HEX #EE7F69 Salmon

📋 copy color: '#EE7F69'

red 238 ◦ green 127 ◦ blue 105

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

Shades of Salmon #EE7F69

Tints of Salmon #EE7F69

RGB

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

 GREEN value IS 127 (50% from 255) = 27.02%

 BLUE value IS 105 (41.41% from 255) = 22.34%

R = 50.64%
G = 27.02%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EE7F69 (or 0xEE7F69) is known color: Salmon. HEX triplet: EE, 7F and 69. RGB value is (238,127,105). Sum of RGB (Red+Green+Blue) = 238+127+105=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7F69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7F69 is #118096. Grayscale: #9D9D9D. Windows color (decimal): -1147031 or 6914030. OLE color: 6914030.

HSL color Cylindrical-coordinate representation of color #EE7F69: hue angle of 9.92º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE7F69 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 127 105 -
CMYK 0 0.47 0.56 0.07
HSL 9.92º 0.8% 0.67% -
HSV(B) 9.92º 0.56% 0.93% -
XYZ 45.4 34.38 17.61 -
YUV 157.68 98.27 185.29 -
System Red Green Blue C M Y K H S L
Decimal 238 127 105 0 0.47 0.56 0.07 9.92 0.8 0.67
Hex EE 7F 69 0 2F 38 7 A 50 43
Octal 356 177 151 0 57 70 7 12 120 103
Binary 11101110 1111111 1101001 0 101111 111000 111 1010 1010000 1000011

Color Harmonies of #EE7F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7F69

Black with #EE7F69

Text Example


Text Example

White with #EE7F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7F69; }

 p { color: rgb(238,127,105); }

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

background-color css

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

 a { background-color: rgb(238,127,105); }

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

border-color css

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

 span { border-color: rgb(238,127,105); }

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