Html Css Color HEX #E69C72 Dark Salmon

📋 copy color: '#E69C72'

red 230 ◦ green 156 ◦ blue 114

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

Shades of Dark Salmon #E69C72

Tints of Dark Salmon #E69C72

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.2%

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

R = 46%
G = 31.2%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E69C72 (or 0xE69C72) is known color: Dark Salmon. HEX triplet: E6, 9C and 72. RGB value is (230,156,114). Sum of RGB (Red+Green+Blue) = 230+156+114=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69C72 is #19638D. Grayscale: #ADADAD. Windows color (decimal): -1663886 or 7511270. OLE color: 7511270.

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

Color convert

RGB 230 156 114 -
CMYK 0 0.32 0.50 0.10
HSL 21.72º 0.7% 0.67% -
HSV(B) 21.72º 0.5% 0.9% -
XYZ 47.56 41.81 21.48 -
YUV 173.34 94.52 168.42 -
System Red Green Blue C M Y K H S L
Decimal 230 156 114 0 0.32 0.50 0.10 21.72 0.7 0.67
Hex E6 9C 72 0 20 32 A 16 46 43
Octal 346 234 162 0 40 62 12 26 106 103
Binary 11100110 10011100 1110010 0 100000 110010 1010 10110 1000110 1000011

Color Harmonies of #E69C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69C72

Black with #E69C72

Text Example


Text Example

White with #E69C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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