Html Css Color HEX #E69283 Dark Salmon

📋 copy color: '#E69283'

red 230 ◦ green 146 ◦ blue 131

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

Shades of Dark Salmon #E69283

Tints of Dark Salmon #E69283

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.8%

 BLUE value IS 131 (51.56% from 255) = 25.84%

R = 45.36%
G = 28.8%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E69283 (or 0xE69283) is known color: Dark Salmon. HEX triplet: E6, 92 and 83. RGB value is (230,146,131). Sum of RGB (Red+Green+Blue) = 230+146+131=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E69283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69283 is #196D7C. Grayscale: #A9A9A9. Windows color (decimal): -1666429 or 8622822. OLE color: 8622822.

HSL color Cylindrical-coordinate representation of color #E69283: hue angle of 9.09º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E69283 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 146 131 -
CMYK 0 0.37 0.43 0.10
HSL 9.09º 0.66% 0.71% -
HSV(B) 9.09º 0.43% 0.9% -
XYZ 47.01 39.02 26.53 -
YUV 169.41 106.33 171.22 -
System Red Green Blue C M Y K H S L
Decimal 230 146 131 0 0.37 0.43 0.10 9.09 0.66 0.71
Hex E6 92 83 0 25 2B A 9 42 47
Octal 346 222 203 0 45 53 12 11 102 107
Binary 11100110 10010010 10000011 0 100101 101011 1010 1001 1000010 1000111

Color Harmonies of #E69283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69283

Black with #E69283

Text Example


Text Example

White with #E69283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69283; }

 p { color: rgb(230,146,131); }

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

background-color css

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

 a { background-color: rgb(230,146,131); }

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

border-color css

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

 span { border-color: rgb(230,146,131); }

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