Html Css Color HEX #EBA278 Dark Salmon

📋 copy color: '#EBA278'

red 235 ◦ green 162 ◦ blue 120

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

Shades of Dark Salmon #EBA278

Tints of Dark Salmon #EBA278

RGB

 RED value IS 235 (92.19% from 255) = 45.45%

 GREEN value IS 162 (63.67% from 255) = 31.33%

 BLUE value IS 120 (47.27% from 255) = 23.21%

R = 45.45%
G = 31.33%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBA278 (or 0xEBA278) is known color: Dark Salmon. HEX triplet: EB, A2 and 78. RGB value is (235,162,120). Sum of RGB (Red+Green+Blue) = 235+162+120=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA278 is #145D87. Grayscale: #B3B3B3. Windows color (decimal): -1334664 or 7906027. OLE color: 7906027.

HSL color Cylindrical-coordinate representation of color #EBA278: hue angle of 21.91º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBA278 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 162 120 -
CMYK 0 0.31 0.49 0.08
HSL 21.91º 0.74% 0.7% -
HSV(B) 21.91º 0.49% 0.92% -
XYZ 50.57 44.86 23.76 -
YUV 179.04 94.68 167.92 -
System Red Green Blue C M Y K H S L
Decimal 235 162 120 0 0.31 0.49 0.08 21.91 0.74 0.7
Hex EB A2 78 0 1F 31 8 16 4A 46
Octal 353 242 170 0 37 61 10 26 112 106
Binary 11101011 10100010 1111000 0 11111 110001 1000 10110 1001010 1000110

Color Harmonies of #EBA278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA278

Black with #EBA278

Text Example


Text Example

White with #EBA278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA278; }

 p { color: rgb(235,162,120); }

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

background-color css

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

 a { background-color: rgb(235,162,120); }

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

border-color css

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

 span { border-color: rgb(235,162,120); }

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