Html Css Color HEX #E69274 Dark Salmon

📋 copy color: '#E69274'

red 230 ◦ green 146 ◦ blue 116

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

Shades of Dark Salmon #E69274

Tints of Dark Salmon #E69274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.58%

R = 46.75%
G = 29.67%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E69274 (or 0xE69274) is known color: Dark Salmon. HEX triplet: E6, 92 and 74. RGB value is (230,146,116). Sum of RGB (Red+Green+Blue) = 230+146+116=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E69274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69274 is #196D8B. Grayscale: #A7A7A7. Windows color (decimal): -1666444 or 7639782. OLE color: 7639782.

HSL color Cylindrical-coordinate representation of color #E69274: hue angle of 15.79º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E69274 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 146 116 -
CMYK 0 0.37 0.50 0.10
HSL 15.79º 0.7% 0.68% -
HSV(B) 15.79º 0.5% 0.9% -
XYZ 46.06 38.64 21.55 -
YUV 167.7 98.83 172.44 -
System Red Green Blue C M Y K H S L
Decimal 230 146 116 0 0.37 0.50 0.10 15.79 0.7 0.68
Hex E6 92 74 0 25 32 A 10 46 44
Octal 346 222 164 0 45 62 12 20 106 104
Binary 11100110 10010010 1110100 0 100101 110010 1010 10000 1000110 1000100

Color Harmonies of #E69274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69274

Black with #E69274

Text Example


Text Example

White with #E69274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69274; }

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

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

background-color css

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

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

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

border-color css

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

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

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