Html Css Color HEX #EE906B Dark Salmon

📋 copy color: '#EE906B'

red 238 ◦ green 144 ◦ blue 107

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

Shades of Dark Salmon #EE906B

Tints of Dark Salmon #EE906B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.88%

R = 48.67%
G = 29.45%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE906B (or 0xEE906B) is known color: Dark Salmon. HEX triplet: EE, 90 and 6B. RGB value is (238,144,107). Sum of RGB (Red+Green+Blue) = 238+144+107=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE906B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE906B is #116F94. Grayscale: #A8A8A8. Windows color (decimal): -1142677 or 7049454. OLE color: 7049454.

HSL color Cylindrical-coordinate representation of color #EE906B: hue angle of 16.95º 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 #EE906B is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 144 107 -
CMYK 0 0.39 0.55 0.07
HSL 16.95º 0.79% 0.68% -
HSV(B) 16.95º 0.55% 0.93% -
XYZ 47.89 39.19 18.95 -
YUV 167.89 93.64 178.01 -
System Red Green Blue C M Y K H S L
Decimal 238 144 107 0 0.39 0.55 0.07 16.95 0.79 0.68
Hex EE 90 6B 0 27 37 7 11 4F 44
Octal 356 220 153 0 47 67 7 21 117 104
Binary 11101110 10010000 1101011 0 100111 110111 111 10001 1001111 1000100

Color Harmonies of #EE906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE906B

Black with #EE906B

Text Example


Text Example

White with #EE906B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE906B; }

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

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

background-color css

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

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

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

border-color css

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

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

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