Html Css Color HEX #EE9A6C Dark Salmon

📋 copy color: '#EE9A6C'

red 238 ◦ green 154 ◦ blue 108

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

Shades of Dark Salmon #EE9A6C

Tints of Dark Salmon #EE9A6C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.8%

 BLUE value IS 108 (42.58% from 255) = 21.6%

R = 47.6%
G = 30.8%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE9A6C (or 0xEE9A6C) is known color: Dark Salmon. HEX triplet: EE, 9A and 6C. RGB value is (238,154,108). Sum of RGB (Red+Green+Blue) = 238+154+108=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9A6C is #116593. Grayscale: #AEAEAE. Windows color (decimal): -1140116 or 7117550. OLE color: 7117550.

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

Color convert

RGB 238 154 108 -
CMYK 0 0.35 0.55 0.07
HSL 21.23º 0.79% 0.68% -
HSV(B) 21.23º 0.55% 0.93% -
XYZ 49.52 42.37 19.76 -
YUV 173.87 90.83 173.74 -
System Red Green Blue C M Y K H S L
Decimal 238 154 108 0 0.35 0.55 0.07 21.23 0.79 0.68
Hex EE 9A 6C 0 23 37 7 15 4F 44
Octal 356 232 154 0 43 67 7 25 117 104
Binary 11101110 10011010 1101100 0 100011 110111 111 10101 1001111 1000100

Color Harmonies of #EE9A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9A6C

Black with #EE9A6C

Text Example


Text Example

White with #EE9A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9A6C; }

 p { color: rgb(238,154,108); }

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

background-color css

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

 a { background-color: rgb(238,154,108); }

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

border-color css

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

 span { border-color: rgb(238,154,108); }

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