Html Css Color HEX #EE9A7F Dark Salmon

📋 copy color: '#EE9A7F'

red 238 ◦ green 154 ◦ blue 127

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

Shades of Dark Salmon #EE9A7F

Tints of Dark Salmon #EE9A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.47%

R = 45.86%
G = 29.67%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE9A7F (or 0xEE9A7F) is known color: Dark Salmon. HEX triplet: EE, 9A and 7F. RGB value is (238,154,127). Sum of RGB (Red+Green+Blue) = 238+154+127=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9A7F is #116580. Grayscale: #B0B0B0. Windows color (decimal): -1140097 or 8362734. OLE color: 8362734.

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

Color convert

RGB 238 154 127 -
CMYK 0 0.35 0.47 0.07
HSL 14.59º 0.77% 0.72% -
HSV(B) 14.59º 0.47% 0.93% -
XYZ 50.65 42.82 25.67 -
YUV 176.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 238 154 127 0 0.35 0.47 0.07 14.59 0.77 0.72
Hex EE 9A 7F 0 23 2F 7 F 4D 48
Octal 356 232 177 0 43 57 7 17 115 110
Binary 11101110 10011010 1111111 0 100011 101111 111 1111 1001101 1001000

Color Harmonies of #EE9A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9A7F

Black with #EE9A7F

Text Example


Text Example

White with #EE9A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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