Html Css Color HEX #EE906A Dark Salmon

📋 copy color: '#EE906A'

red 238 ◦ green 144 ◦ blue 106

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

Shades of Dark Salmon #EE906A

Tints of Dark Salmon #EE906A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.72%

R = 48.77%
G = 29.51%
B = 21.72%

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

#EE906A (or 0xEE906A) is known color: Dark Salmon. HEX triplet: EE, 90 and 6A. RGB value is (238,144,106). Sum of RGB (Red+Green+Blue) = 238+144+106=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE906A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE906A is #116F95. Grayscale: #A8A8A8. Windows color (decimal): -1142678 or 6983918. OLE color: 6983918.

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

Color convert

RGB 238 144 106 -
CMYK 0 0.39 0.55 0.07
HSL 17.27º 0.8% 0.67% -
HSV(B) 17.27º 0.55% 0.93% -
XYZ 47.83 39.16 18.67 -
YUV 167.77 93.14 178.09 -
System Red Green Blue C M Y K H S L
Decimal 238 144 106 0 0.39 0.55 0.07 17.27 0.8 0.67
Hex EE 90 6A 0 27 37 7 11 50 43
Octal 356 220 152 0 47 67 7 21 120 103
Binary 11101110 10010000 1101010 0 100111 110111 111 10001 1010000 1000011

Color Harmonies of #EE906A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE906A

Black with #EE906A

Text Example


Text Example

White with #EE906A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE906A; }

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

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

background-color css

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

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

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

border-color css

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

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

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