Html Css Color HEX #E69070 Dark Salmon

📋 copy color: '#E69070'

red 230 ◦ green 144 ◦ blue 112

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

Shades of Dark Salmon #E69070

Tints of Dark Salmon #E69070

RGB

 RED value IS 230 (90.23% from 255) = 47.33%

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

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

R = 47.33%
G = 29.63%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E69070 (or 0xE69070) is known color: Dark Salmon. HEX triplet: E6, 90 and 70. RGB value is (230,144,112). Sum of RGB (Red+Green+Blue) = 230+144+112=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E69070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69070 is #196F8F. Grayscale: #A6A6A6. Windows color (decimal): -1666960 or 7377126. OLE color: 7377126.

HSL color Cylindrical-coordinate representation of color #E69070: hue angle of 16.27º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E69070 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 144 112 -
CMYK 0 0.37 0.51 0.10
HSL 16.27º 0.7% 0.67% -
HSV(B) 16.27º 0.51% 0.9% -
XYZ 45.53 37.94 20.25 -
YUV 166.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 230 144 112 0 0.37 0.51 0.10 16.27 0.7 0.67
Hex E6 90 70 0 25 33 A 10 46 43
Octal 346 220 160 0 45 63 12 20 106 103
Binary 11100110 10010000 1110000 0 100101 110011 1010 10000 1000110 1000011

Color Harmonies of #E69070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69070

Black with #E69070

Text Example


Text Example

White with #E69070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69070; }

 p { color: rgb(230,144,112); }

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

background-color css

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

 a { background-color: rgb(230,144,112); }

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

border-color css

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

 span { border-color: rgb(230,144,112); }

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