Html Css Color HEX #EE9478 Dark Salmon

📋 copy color: '#EE9478'

red 238 ◦ green 148 ◦ blue 120

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

Shades of Dark Salmon #EE9478

Tints of Dark Salmon #EE9478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.25%

 BLUE value IS 120 (47.27% from 255) = 23.72%

R = 47.04%
G = 29.25%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE9478 (or 0xEE9478) is known color: Dark Salmon. HEX triplet: EE, 94 and 78. RGB value is (238,148,120). Sum of RGB (Red+Green+Blue) = 238+148+120=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9478 is #116B87. Grayscale: #ABABAB. Windows color (decimal): -1141640 or 7902446. OLE color: 7902446.

HSL color Cylindrical-coordinate representation of color #EE9478: hue angle of 14.24º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE9478 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 148 120 -
CMYK 0 0.38 0.50 0.07
HSL 14.24º 0.78% 0.7% -
HSV(B) 14.24º 0.5% 0.93% -
XYZ 49.24 40.71 23.03 -
YUV 171.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 238 148 120 0 0.38 0.50 0.07 14.24 0.78 0.7
Hex EE 94 78 0 26 32 7 E 4E 46
Octal 356 224 170 0 46 62 7 16 116 106
Binary 11101110 10010100 1111000 0 100110 110010 111 1110 1001110 1000110

Color Harmonies of #EE9478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9478

Black with #EE9478

Text Example


Text Example

White with #EE9478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9478; }

 p { color: rgb(238,148,120); }

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

background-color css

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

 a { background-color: rgb(238,148,120); }

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

border-color css

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

 span { border-color: rgb(238,148,120); }

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