Html Css Color HEX #E69372 Dark Salmon

📋 copy color: '#E69372'

red 230 ◦ green 147 ◦ blue 114

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

Shades of Dark Salmon #E69372

Tints of Dark Salmon #E69372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.94%

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

R = 46.84%
G = 29.94%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E69372 (or 0xE69372) is known color: Dark Salmon. HEX triplet: E6, 93 and 72. RGB value is (230,147,114). Sum of RGB (Red+Green+Blue) = 230+147+114=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E69372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69372 is #196C8D. Grayscale: #A8A8A8. Windows color (decimal): -1666190 or 7508966. OLE color: 7508966.

HSL color Cylindrical-coordinate representation of color #E69372: hue angle of 17.07º 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 #E69372 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 147 114 -
CMYK 0 0.36 0.50 0.10
HSL 17.07º 0.7% 0.67% -
HSV(B) 17.07º 0.5% 0.9% -
XYZ 46.1 38.91 21 -
YUV 168.06 97.5 172.18 -
System Red Green Blue C M Y K H S L
Decimal 230 147 114 0 0.36 0.50 0.10 17.07 0.7 0.67
Hex E6 93 72 0 24 32 A 11 46 43
Octal 346 223 162 0 44 62 12 21 106 103
Binary 11100110 10010011 1110010 0 100100 110010 1010 10001 1000110 1000011

Color Harmonies of #E69372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69372

Black with #E69372

Text Example


Text Example

White with #E69372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69372; }

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

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

background-color css

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

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

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

border-color css

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

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

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