Html Css Color HEX #EE8C75 Dark Salmon

📋 copy color: '#EE8C75'

red 238 ◦ green 140 ◦ blue 117

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

Shades of Dark Salmon #EE8C75

Tints of Dark Salmon #EE8C75

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.28%

 BLUE value IS 117 (46.09% from 255) = 23.64%

R = 48.08%
G = 28.28%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE8C75 (or 0xEE8C75) is known color: Dark Salmon. HEX triplet: EE, 8C and 75. RGB value is (238,140,117). Sum of RGB (Red+Green+Blue) = 238+140+117=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8C75 is #11738A. Grayscale: #A6A6A6. Windows color (decimal): -1143691 or 7703790. OLE color: 7703790.

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

Color convert

RGB 238 140 117 -
CMYK 0 0.41 0.51 0.07
HSL 11.4º 0.78% 0.7% -
HSV(B) 11.4º 0.51% 0.93% -
XYZ 47.85 38.22 21.68 -
YUV 166.68 99.97 178.87 -
System Red Green Blue C M Y K H S L
Decimal 238 140 117 0 0.41 0.51 0.07 11.4 0.78 0.7
Hex EE 8C 75 0 29 33 7 B 4E 46
Octal 356 214 165 0 51 63 7 13 116 106
Binary 11101110 10001100 1110101 0 101001 110011 111 1011 1001110 1000110

Color Harmonies of #EE8C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8C75

Black with #EE8C75

Text Example


Text Example

White with #EE8C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8C75; }

 p { color: rgb(238,140,117); }

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

background-color css

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

 a { background-color: rgb(238,140,117); }

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

border-color css

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

 span { border-color: rgb(238,140,117); }

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