Html Css Color HEX #E29274 Dark Salmon

📋 copy color: '#E29274'

red 226 ◦ green 146 ◦ blue 116

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

Shades of Dark Salmon #E29274

Tints of Dark Salmon #E29274

RGB

 RED value IS 226 (88.67% from 255) = 46.31%

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

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

R = 46.31%
G = 29.92%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E29274 (or 0xE29274) is known color: Dark Salmon. HEX triplet: E2, 92 and 74. RGB value is (226,146,116). Sum of RGB (Red+Green+Blue) = 226+146+116=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E29274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29274 is #1D6D8B. Grayscale: #A6A6A6. Windows color (decimal): -1928588 or 7639778. OLE color: 7639778.

HSL color Cylindrical-coordinate representation of color #E29274: hue angle of 16.36º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E29274 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 146 116 -
CMYK 0 0.35 0.49 0.11
HSL 16.36º 0.65% 0.67% -
HSV(B) 16.36º 0.49% 0.89% -
XYZ 44.8 37.99 21.49 -
YUV 166.5 99.5 170.44 -
System Red Green Blue C M Y K H S L
Decimal 226 146 116 0 0.35 0.49 0.11 16.36 0.65 0.67
Hex E2 92 74 0 23 31 B 10 41 43
Octal 342 222 164 0 43 61 13 20 101 103
Binary 11100010 10010010 1110100 0 100011 110001 1011 10000 1000001 1000011

Color Harmonies of #E29274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29274

Black with #E29274

Text Example


Text Example

White with #E29274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29274; }

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

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

background-color css

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

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

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

border-color css

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

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

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