Html Css Color HEX #EE907C Dark Salmon

📋 copy color: '#EE907C'

red 238 ◦ green 144 ◦ blue 124

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

Shades of Dark Salmon #EE907C

Tints of Dark Salmon #EE907C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.46%

 BLUE value IS 124 (48.83% from 255) = 24.51%

R = 47.04%
G = 28.46%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE907C (or 0xEE907C) is known color: Dark Salmon. HEX triplet: EE, 90 and 7C. RGB value is (238,144,124). Sum of RGB (Red+Green+Blue) = 238+144+124=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE907C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE907C is #116F83. Grayscale: #AAAAAA. Windows color (decimal): -1142660 or 8163566. OLE color: 8163566.

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

Color convert

RGB 238 144 124 -
CMYK 0 0.39 0.48 0.07
HSL 10.53º 0.77% 0.71% -
HSV(B) 10.53º 0.48% 0.93% -
XYZ 48.87 39.58 24.13 -
YUV 169.83 102.14 176.63 -
System Red Green Blue C M Y K H S L
Decimal 238 144 124 0 0.39 0.48 0.07 10.53 0.77 0.71
Hex EE 90 7C 0 27 30 7 B 4D 47
Octal 356 220 174 0 47 60 7 13 115 107
Binary 11101110 10010000 1111100 0 100111 110000 111 1011 1001101 1000111

Color Harmonies of #EE907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE907C

Black with #EE907C

Text Example


Text Example

White with #EE907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE907C; }

 p { color: rgb(238,144,124); }

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

background-color css

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

 a { background-color: rgb(238,144,124); }

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

border-color css

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

 span { border-color: rgb(238,144,124); }

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