Html Css Color HEX #E69C6E Dark Salmon

📋 copy color: '#E69C6E'

red 230 ◦ green 156 ◦ blue 110

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

Shades of Dark Salmon #E69C6E

Tints of Dark Salmon #E69C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.18%

R = 46.37%
G = 31.45%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E69C6E (or 0xE69C6E) is known color: Dark Salmon. HEX triplet: E6, 9C and 6E. RGB value is (230,156,110). Sum of RGB (Red+Green+Blue) = 230+156+110=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69C6E is #196391. Grayscale: #ADADAD. Windows color (decimal): -1663890 or 7249126. OLE color: 7249126.

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

Color convert

RGB 230 156 110 -
CMYK 0 0.32 0.52 0.10
HSL 23º 0.71% 0.67% -
HSV(B) 23º 0.52% 0.9% -
XYZ 47.34 41.73 20.31 -
YUV 172.88 92.52 168.74 -
System Red Green Blue C M Y K H S L
Decimal 230 156 110 0 0.32 0.52 0.10 23 0.71 0.67
Hex E6 9C 6E 0 20 34 A 17 47 43
Octal 346 234 156 0 40 64 12 27 107 103
Binary 11100110 10011100 1101110 0 100000 110100 1010 10111 1000111 1000011

Color Harmonies of #E69C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69C6E

Black with #E69C6E

Text Example


Text Example

White with #E69C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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