Html Css Color HEX #E09077 Dark Salmon

📋 copy color: '#E09077'

red 224 ◦ green 144 ◦ blue 119

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

Shades of Dark Salmon #E09077

Tints of Dark Salmon #E09077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.57%

 BLUE value IS 119 (46.88% from 255) = 24.44%

R = 46%
G = 29.57%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E09077 (or 0xE09077) is known color: Dark Salmon. HEX triplet: E0, 90 and 77. RGB value is (224,144,119). Sum of RGB (Red+Green+Blue) = 224+144+119=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E09077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09077 is #1F6F88. Grayscale: #A5A5A5. Windows color (decimal): -2060169 or 7835872. OLE color: 7835872.

HSL color Cylindrical-coordinate representation of color #E09077: hue angle of 14.29º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E09077 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 144 119 -
CMYK 0 0.36 0.47 0.12
HSL 14.29º 0.63% 0.67% -
HSV(B) 14.29º 0.47% 0.88% -
XYZ 44.04 37.13 22.3 -
YUV 165.07 102 170.03 -
System Red Green Blue C M Y K H S L
Decimal 224 144 119 0 0.36 0.47 0.12 14.29 0.63 0.67
Hex E0 90 77 0 24 2F C E 3F 43
Octal 340 220 167 0 44 57 14 16 77 103
Binary 11100000 10010000 1110111 0 100100 101111 1100 1110 111111 1000011

Color Harmonies of #E09077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09077

Black with #E09077

Text Example


Text Example

White with #E09077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09077; }

 p { color: rgb(224,144,119); }

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

background-color css

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

 a { background-color: rgb(224,144,119); }

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

border-color css

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

 span { border-color: rgb(224,144,119); }

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