Html Css Color HEX #EE8E6A Dark Salmon

📋 copy color: '#EE8E6A'

red 238 ◦ green 142 ◦ blue 106

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

Shades of Dark Salmon #EE8E6A

Tints of Dark Salmon #EE8E6A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.22%

 BLUE value IS 106 (41.8% from 255) = 21.81%

R = 48.97%
G = 29.22%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE8E6A (or 0xEE8E6A) is known color: Dark Salmon. HEX triplet: EE, 8E and 6A. RGB value is (238,142,106). Sum of RGB (Red+Green+Blue) = 238+142+106=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8E6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8E6A is #117195. Grayscale: #A6A6A6. Windows color (decimal): -1143190 or 6983406. OLE color: 6983406.

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

Color convert

RGB 238 142 106 -
CMYK 0 0.40 0.55 0.07
HSL 16.36º 0.8% 0.67% -
HSV(B) 16.36º 0.55% 0.93% -
XYZ 47.53 38.56 18.57 -
YUV 166.6 93.8 178.93 -
System Red Green Blue C M Y K H S L
Decimal 238 142 106 0 0.40 0.55 0.07 16.36 0.8 0.67
Hex EE 8E 6A 0 28 37 7 10 50 43
Octal 356 216 152 0 50 67 7 20 120 103
Binary 11101110 10001110 1101010 0 101000 110111 111 10000 1010000 1000011

Color Harmonies of #EE8E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8E6A

Black with #EE8E6A

Text Example


Text Example

White with #EE8E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8E6A; }

 p { color: rgb(238,142,106); }

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

background-color css

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

 a { background-color: rgb(238,142,106); }

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

border-color css

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

 span { border-color: rgb(238,142,106); }

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