Html Css Color HEX #E69681 Dark Salmon

📋 copy color: '#E69681'

red 230 ◦ green 150 ◦ blue 129

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

Shades of Dark Salmon #E69681

Tints of Dark Salmon #E69681

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.47%

 BLUE value IS 129 (50.78% from 255) = 25.34%

R = 45.19%
G = 29.47%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E69681 (or 0xE69681) is known color: Dark Salmon. HEX triplet: E6, 96 and 81. RGB value is (230,150,129). Sum of RGB (Red+Green+Blue) = 230+150+129=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E69681 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69681 is #19697E. Grayscale: #ABABAB. Windows color (decimal): -1665407 or 8492774. OLE color: 8492774.

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

Color convert

RGB 230 150 129 -
CMYK 0 0.35 0.44 0.10
HSL 12.48º 0.67% 0.7% -
HSV(B) 12.48º 0.44% 0.9% -
XYZ 47.5 40.22 26.03 -
YUV 171.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 230 150 129 0 0.35 0.44 0.10 12.48 0.67 0.7
Hex E6 96 81 0 23 2C A C 43 46
Octal 346 226 201 0 43 54 12 14 103 106
Binary 11100110 10010110 10000001 0 100011 101100 1010 1100 1000011 1000110

Color Harmonies of #E69681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69681

Black with #E69681

Text Example


Text Example

White with #E69681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69681; }

 p { color: rgb(230,150,129); }

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

background-color css

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

 a { background-color: rgb(230,150,129); }

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

border-color css

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

 span { border-color: rgb(230,150,129); }

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