Html Css Color HEX #EE8D74 Dark Salmon

📋 copy color: '#EE8D74'

red 238 ◦ green 141 ◦ blue 116

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

Shades of Dark Salmon #EE8D74

Tints of Dark Salmon #EE8D74

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.48%

 BLUE value IS 116 (45.7% from 255) = 23.43%

R = 48.08%
G = 28.48%
B = 23.43%

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

#EE8D74 (or 0xEE8D74) is known color: Dark Salmon. HEX triplet: EE, 8D and 74. RGB value is (238,141,116). Sum of RGB (Red+Green+Blue) = 238+141+116=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8D74 is #11728B. Grayscale: #A7A7A7. Windows color (decimal): -1143436 or 7638510. OLE color: 7638510.

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

Color convert

RGB 238 141 116 -
CMYK 0 0.41 0.51 0.07
HSL 12.3º 0.78% 0.69% -
HSV(B) 12.3º 0.51% 0.93% -
XYZ 47.94 38.49 21.43 -
YUV 167.15 99.14 178.53 -
System Red Green Blue C M Y K H S L
Decimal 238 141 116 0 0.41 0.51 0.07 12.3 0.78 0.69
Hex EE 8D 74 0 29 33 7 C 4E 45
Octal 356 215 164 0 51 63 7 14 116 105
Binary 11101110 10001101 1110100 0 101001 110011 111 1100 1001110 1000101

Color Harmonies of #EE8D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8D74

Black with #EE8D74

Text Example


Text Example

White with #EE8D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8D74; }

 p { color: rgb(238,141,116); }

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

background-color css

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

 a { background-color: rgb(238,141,116); }

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

border-color css

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

 span { border-color: rgb(238,141,116); }

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