Html Css Color HEX #E09C7C Dark Salmon

📋 copy color: '#E09C7C'

red 224 ◦ green 156 ◦ blue 124

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

Shades of Dark Salmon #E09C7C

Tints of Dark Salmon #E09C7C

RGB

 RED value IS 224 (87.89% from 255) = 44.44%

 GREEN value IS 156 (61.33% from 255) = 30.95%

 BLUE value IS 124 (48.83% from 255) = 24.6%

R = 44.44%
G = 30.95%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E09C7C (or 0xE09C7C) is known color: Dark Salmon. HEX triplet: E0, 9C and 7C. RGB value is (224,156,124). Sum of RGB (Red+Green+Blue) = 224+156+124=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09C7C is #1F6383. Grayscale: #ACACAC. Windows color (decimal): -2057092 or 8166624. OLE color: 8166624.

HSL color Cylindrical-coordinate representation of color #E09C7C: hue angle of 19.2º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E09C7C is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 156 124 -
CMYK 0 0.30 0.45 0.12
HSL 19.2º 0.62% 0.68% -
HSV(B) 19.2º 0.45% 0.88% -
XYZ 46.27 41.08 24.56 -
YUV 172.68 100.53 164.6 -
System Red Green Blue C M Y K H S L
Decimal 224 156 124 0 0.30 0.45 0.12 19.2 0.62 0.68
Hex E0 9C 7C 0 1E 2D C 13 3E 44
Octal 340 234 174 0 36 55 14 23 76 104
Binary 11100000 10011100 1111100 0 11110 101101 1100 10011 111110 1000100

Color Harmonies of #E09C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09C7C

Black with #E09C7C

Text Example


Text Example

White with #E09C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09C7C; }

 p { color: rgb(224,156,124); }

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

background-color css

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

 a { background-color: rgb(224,156,124); }

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

border-color css

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

 span { border-color: rgb(224,156,124); }

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