Html Css Color HEX #E68D72 Dark Salmon

📋 copy color: '#E68D72'

red 230 ◦ green 141 ◦ blue 114

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

Shades of Dark Salmon #E68D72

Tints of Dark Salmon #E68D72

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.07%

 BLUE value IS 114 (44.92% from 255) = 23.51%

R = 47.42%
G = 29.07%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E68D72 (or 0xE68D72) is known color: Dark Salmon. HEX triplet: E6, 8D and 72. RGB value is (230,141,114). Sum of RGB (Red+Green+Blue) = 230+141+114=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68D72 is #19728D. Grayscale: #A4A4A4. Windows color (decimal): -1667726 or 7507430. OLE color: 7507430.

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

Color convert

RGB 230 141 114 -
CMYK 0 0.39 0.50 0.10
HSL 13.97º 0.7% 0.67% -
HSV(B) 13.97º 0.5% 0.9% -
XYZ 45.2 37.09 20.7 -
YUV 164.53 99.49 174.7 -
System Red Green Blue C M Y K H S L
Decimal 230 141 114 0 0.39 0.50 0.10 13.97 0.7 0.67
Hex E6 8D 72 0 27 32 A E 46 43
Octal 346 215 162 0 47 62 12 16 106 103
Binary 11100110 10001101 1110010 0 100111 110010 1010 1110 1000110 1000011

Color Harmonies of #E68D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68D72

Black with #E68D72

Text Example


Text Example

White with #E68D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68D72; }

 p { color: rgb(230,141,114); }

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

background-color css

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

 a { background-color: rgb(230,141,114); }

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

border-color css

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

 span { border-color: rgb(230,141,114); }

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