Html Css Color HEX #E69072 Dark Salmon

📋 copy color: '#E69072'

red 230 ◦ green 144 ◦ blue 114

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

Shades of Dark Salmon #E69072

Tints of Dark Salmon #E69072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.36%

R = 47.13%
G = 29.51%
B = 23.36%

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

#E69072 (or 0xE69072) is known color: Dark Salmon. HEX triplet: E6, 90 and 72. RGB value is (230,144,114). Sum of RGB (Red+Green+Blue) = 230+144+114=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E69072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69072 is #196F8D. Grayscale: #A6A6A6. Windows color (decimal): -1666958 or 7508198. OLE color: 7508198.

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

Color convert

RGB 230 144 114 -
CMYK 0 0.37 0.50 0.10
HSL 15.52º 0.7% 0.67% -
HSV(B) 15.52º 0.5% 0.9% -
XYZ 45.64 37.98 20.85 -
YUV 166.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 230 144 114 0 0.37 0.50 0.10 15.52 0.7 0.67
Hex E6 90 72 0 25 32 A 10 46 43
Octal 346 220 162 0 45 62 12 20 106 103
Binary 11100110 10010000 1110010 0 100101 110010 1010 10000 1000110 1000011

Color Harmonies of #E69072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69072

Black with #E69072

Text Example


Text Example

White with #E69072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69072; }

 p { color: rgb(230,144,114); }

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

background-color css

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

 a { background-color: rgb(230,144,114); }

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

border-color css

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

 span { border-color: rgb(230,144,114); }

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