Html Css Color HEX #E69B6C Dark Salmon

📋 copy color: '#E69B6C'

red 230 ◦ green 155 ◦ blue 108

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

Shades of Dark Salmon #E69B6C

Tints of Dark Salmon #E69B6C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.44%

 BLUE value IS 108 (42.58% from 255) = 21.91%

R = 46.65%
G = 31.44%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E69B6C (or 0xE69B6C) is known color: Dark Salmon. HEX triplet: E6, 9B and 6C. RGB value is (230,155,108). Sum of RGB (Red+Green+Blue) = 230+155+108=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69B6C is #196493. Grayscale: #ACACAC. Windows color (decimal): -1664148 or 7117798. OLE color: 7117798.

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

Color convert

RGB 230 155 108 -
CMYK 0 0.33 0.53 0.10
HSL 23.11º 0.71% 0.66% -
HSV(B) 23.11º 0.53% 0.9% -
XYZ 47.06 41.35 19.69 -
YUV 172.07 91.85 169.32 -
System Red Green Blue C M Y K H S L
Decimal 230 155 108 0 0.33 0.53 0.10 23.11 0.71 0.66
Hex E6 9B 6C 0 21 35 A 17 47 42
Octal 346 233 154 0 41 65 12 27 107 102
Binary 11100110 10011011 1101100 0 100001 110101 1010 10111 1000111 1000010

Color Harmonies of #E69B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69B6C

Black with #E69B6C

Text Example


Text Example

White with #E69B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69B6C; }

 p { color: rgb(230,155,108); }

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

background-color css

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

 a { background-color: rgb(230,155,108); }

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

border-color css

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

 span { border-color: rgb(230,155,108); }

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