Html Css Color HEX #EE906D Dark Salmon

📋 copy color: '#EE906D'

red 238 ◦ green 144 ◦ blue 109

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

Shades of Dark Salmon #EE906D

Tints of Dark Salmon #EE906D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.2%

R = 48.47%
G = 29.33%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EE906D (or 0xEE906D) is known color: Dark Salmon. HEX triplet: EE, 90 and 6D. RGB value is (238,144,109). Sum of RGB (Red+Green+Blue) = 238+144+109=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE906D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE906D is #116F92. Grayscale: #A8A8A8. Windows color (decimal): -1142675 or 7180526. OLE color: 7180526.

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

Color convert

RGB 238 144 109 -
CMYK 0 0.39 0.54 0.07
HSL 16.28º 0.79% 0.68% -
HSV(B) 16.28º 0.54% 0.93% -
XYZ 47.99 39.23 19.51 -
YUV 168.12 94.64 177.85 -
System Red Green Blue C M Y K H S L
Decimal 238 144 109 0 0.39 0.54 0.07 16.28 0.79 0.68
Hex EE 90 6D 0 27 36 7 10 4F 44
Octal 356 220 155 0 47 66 7 20 117 104
Binary 11101110 10010000 1101101 0 100111 110110 111 10000 1001111 1000100

Color Harmonies of #EE906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE906D

Black with #EE906D

Text Example


Text Example

White with #EE906D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE906D; }

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

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

background-color css

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

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

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

border-color css

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

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

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