Html Css Color HEX #EA8F70 Dark Salmon

📋 copy color: '#EA8F70'

red 234 ◦ green 143 ◦ blue 112

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

Shades of Dark Salmon #EA8F70

Tints of Dark Salmon #EA8F70

RGB

 RED value IS 234 (91.8% from 255) = 47.85%

 GREEN value IS 143 (56.25% from 255) = 29.24%

 BLUE value IS 112 (44.14% from 255) = 22.9%

R = 47.85%
G = 29.24%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA8F70 (or 0xEA8F70) is known color: Dark Salmon. HEX triplet: EA, 8F and 70. RGB value is (234,143,112). Sum of RGB (Red+Green+Blue) = 234+143+112=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8F70 is #15708F. Grayscale: #A6A6A6. Windows color (decimal): -1405072 or 7376874. OLE color: 7376874.

HSL color Cylindrical-coordinate representation of color #EA8F70: hue angle of 15.25º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA8F70 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 143 112 -
CMYK 0 0.39 0.52 0.08
HSL 15.25º 0.74% 0.68% -
HSV(B) 15.25º 0.52% 0.92% -
XYZ 46.68 38.31 20.26 -
YUV 166.68 97.15 176.02 -
System Red Green Blue C M Y K H S L
Decimal 234 143 112 0 0.39 0.52 0.08 15.25 0.74 0.68
Hex EA 8F 70 0 27 34 8 F 4A 44
Octal 352 217 160 0 47 64 10 17 112 104
Binary 11101010 10001111 1110000 0 100111 110100 1000 1111 1001010 1000100

Color Harmonies of #EA8F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8F70

Black with #EA8F70

Text Example


Text Example

White with #EA8F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8F70; }

 p { color: rgb(234,143,112); }

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

background-color css

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

 a { background-color: rgb(234,143,112); }

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

border-color css

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

 span { border-color: rgb(234,143,112); }

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