Html Css Color HEX #EEA074 Dark Salmon

📋 copy color: '#EEA074'

red 238 ◦ green 160 ◦ blue 116

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

Shades of Dark Salmon #EEA074

Tints of Dark Salmon #EEA074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.57%

R = 46.3%
G = 31.13%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EEA074 (or 0xEEA074) is known color: Dark Salmon. HEX triplet: EE, A0 and 74. RGB value is (238,160,116). Sum of RGB (Red+Green+Blue) = 238+160+116=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA074 is #115F8B. Grayscale: #B2B2B2. Windows color (decimal): -1138572 or 7643374. OLE color: 7643374.

HSL color Cylindrical-coordinate representation of color #EEA074: hue angle of 21.64º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEA074 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 160 116 -
CMYK 0 0.33 0.51 0.07
HSL 21.64º 0.78% 0.69% -
HSV(B) 21.64º 0.51% 0.93% -
XYZ 50.98 44.58 22.44 -
YUV 178.31 92.84 170.58 -
System Red Green Blue C M Y K H S L
Decimal 238 160 116 0 0.33 0.51 0.07 21.64 0.78 0.69
Hex EE A0 74 0 21 33 7 16 4E 45
Octal 356 240 164 0 41 63 7 26 116 105
Binary 11101110 10100000 1110100 0 100001 110011 111 10110 1001110 1000101

Color Harmonies of #EEA074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA074

Black with #EEA074

Text Example


Text Example

White with #EEA074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA074; }

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

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

background-color css

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

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

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

border-color css

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

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

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