Html Css Color HEX #E69C7A Dark Salmon

📋 copy color: '#E69C7A'

red 230 ◦ green 156 ◦ blue 122

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

Shades of Dark Salmon #E69C7A

Tints of Dark Salmon #E69C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.02%

R = 45.28%
G = 30.71%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E69C7A (or 0xE69C7A) is known color: Dark Salmon. HEX triplet: E6, 9C and 7A. RGB value is (230,156,122). Sum of RGB (Red+Green+Blue) = 230+156+122=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69C7A is #196385. Grayscale: #AEAEAE. Windows color (decimal): -1663878 or 8035558. OLE color: 8035558.

HSL color Cylindrical-coordinate representation of color #E69C7A: hue angle of 18.89º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E69C7A is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 156 122 -
CMYK 0 0.32 0.47 0.10
HSL 18.89º 0.68% 0.69% -
HSV(B) 18.89º 0.47% 0.9% -
XYZ 48.03 42.01 23.99 -
YUV 174.25 98.52 167.76 -
System Red Green Blue C M Y K H S L
Decimal 230 156 122 0 0.32 0.47 0.10 18.89 0.68 0.69
Hex E6 9C 7A 0 20 2F A 13 44 45
Octal 346 234 172 0 40 57 12 23 104 105
Binary 11100110 10011100 1111010 0 100000 101111 1010 10011 1000100 1000101

Color Harmonies of #E69C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69C7A

Black with #E69C7A

Text Example


Text Example

White with #E69C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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