Html Css Color HEX #E69378 Dark Salmon

📋 copy color: '#E69378'

red 230 ◦ green 147 ◦ blue 120

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

Shades of Dark Salmon #E69378

Tints of Dark Salmon #E69378

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.58%

 BLUE value IS 120 (47.27% from 255) = 24.14%

R = 46.28%
G = 29.58%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E69378 (or 0xE69378) is known color: Dark Salmon. HEX triplet: E6, 93 and 78. RGB value is (230,147,120). Sum of RGB (Red+Green+Blue) = 230+147+120=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E69378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69378 is #196C87. Grayscale: #A8A8A8. Windows color (decimal): -1666184 or 7902182. OLE color: 7902182.

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

Color convert

RGB 230 147 120 -
CMYK 0 0.36 0.48 0.10
HSL 14.73º 0.69% 0.69% -
HSV(B) 14.73º 0.48% 0.9% -
XYZ 46.46 39.05 22.86 -
YUV 168.74 100.5 171.7 -
System Red Green Blue C M Y K H S L
Decimal 230 147 120 0 0.36 0.48 0.10 14.73 0.69 0.69
Hex E6 93 78 0 24 30 A F 45 45
Octal 346 223 170 0 44 60 12 17 105 105
Binary 11100110 10010011 1111000 0 100100 110000 1010 1111 1000101 1000101

Color Harmonies of #E69378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69378

Black with #E69378

Text Example


Text Example

White with #E69378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69378; }

 p { color: rgb(230,147,120); }

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

background-color css

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

 a { background-color: rgb(230,147,120); }

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

border-color css

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

 span { border-color: rgb(230,147,120); }

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