Html Css Color HEX #E69278 Dark Salmon

📋 copy color: '#E69278'

red 230 ◦ green 146 ◦ blue 120

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

Shades of Dark Salmon #E69278

Tints of Dark Salmon #E69278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.44%

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

R = 46.37%
G = 29.44%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E69278 (or 0xE69278) is known color: Dark Salmon. HEX triplet: E6, 92 and 78. RGB value is (230,146,120). Sum of RGB (Red+Green+Blue) = 230+146+120=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E69278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69278 is #196D87. Grayscale: #A8A8A8. Windows color (decimal): -1666440 or 7901926. OLE color: 7901926.

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

Color convert

RGB 230 146 120 -
CMYK 0 0.37 0.48 0.10
HSL 14.18º 0.69% 0.69% -
HSV(B) 14.18º 0.48% 0.9% -
XYZ 46.3 38.74 22.81 -
YUV 168.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 230 146 120 0 0.37 0.48 0.10 14.18 0.69 0.69
Hex E6 92 78 0 25 30 A E 45 45
Octal 346 222 170 0 45 60 12 16 105 105
Binary 11100110 10010010 1111000 0 100101 110000 1010 1110 1000101 1000101

Color Harmonies of #E69278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69278

Black with #E69278

Text Example


Text Example

White with #E69278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69278; }

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

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

background-color css

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

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

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

border-color css

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

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

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