Html Css Color HEX #EEA078 Dark Salmon

📋 copy color: '#EEA078'

red 238 ◦ green 160 ◦ blue 120

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

Shades of Dark Salmon #EEA078

Tints of Dark Salmon #EEA078

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.89%

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

R = 45.95%
G = 30.89%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EEA078 (or 0xEEA078) is known color: Dark Salmon. HEX triplet: EE, A0 and 78. RGB value is (238,160,120). Sum of RGB (Red+Green+Blue) = 238+160+120=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA078 is #115F87. Grayscale: #B2B2B2. Windows color (decimal): -1138568 or 7905518. OLE color: 7905518.

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

Color convert

RGB 238 160 120 -
CMYK 0 0.33 0.50 0.07
HSL 20.34º 0.78% 0.7% -
HSV(B) 20.34º 0.5% 0.93% -
XYZ 51.22 44.67 23.69 -
YUV 178.76 94.84 170.25 -
System Red Green Blue C M Y K H S L
Decimal 238 160 120 0 0.33 0.50 0.07 20.34 0.78 0.7
Hex EE A0 78 0 21 32 7 14 4E 46
Octal 356 240 170 0 41 62 7 24 116 106
Binary 11101110 10100000 1111000 0 100001 110010 111 10100 1001110 1000110

Color Harmonies of #EEA078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA078

Black with #EEA078

Text Example


Text Example

White with #EEA078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA078; }

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

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

background-color css

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

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

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

border-color css

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

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

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