Html Css Color HEX #E69270 Dark Salmon

📋 copy color: '#E69270'

red 230 ◦ green 146 ◦ blue 112

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

Shades of Dark Salmon #E69270

Tints of Dark Salmon #E69270

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.92%

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

R = 47.13%
G = 29.92%
B = 22.95%

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

#E69270 (or 0xE69270) is known color: Dark Salmon. HEX triplet: E6, 92 and 70. RGB value is (230,146,112). Sum of RGB (Red+Green+Blue) = 230+146+112=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E69270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69270 is #196D8F. Grayscale: #A7A7A7. Windows color (decimal): -1666448 or 7377638. OLE color: 7377638.

HSL color Cylindrical-coordinate representation of color #E69270: hue angle of 17.29º 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 #E69270 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 146 112 -
CMYK 0 0.37 0.51 0.10
HSL 17.29º 0.7% 0.67% -
HSV(B) 17.29º 0.51% 0.9% -
XYZ 45.84 38.55 20.35 -
YUV 167.24 96.83 172.76 -
System Red Green Blue C M Y K H S L
Decimal 230 146 112 0 0.37 0.51 0.10 17.29 0.7 0.67
Hex E6 92 70 0 25 33 A 11 46 43
Octal 346 222 160 0 45 63 12 21 106 103
Binary 11100110 10010010 1110000 0 100101 110011 1010 10001 1000110 1000011

Color Harmonies of #E69270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69270

Black with #E69270

Text Example


Text Example

White with #E69270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69270; }

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

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

background-color css

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

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

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

border-color css

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

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

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