Html Css Color HEX #EBA083 Tonys Pink

📋 copy color: '#EBA083'

red 235 ◦ green 160 ◦ blue 131

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

Shades of Tonys Pink #EBA083

Tints of Tonys Pink #EBA083

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.42%

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

R = 44.68%
G = 30.42%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EBA083 (or 0xEBA083) is known color: Tonys Pink. HEX triplet: EB, A0 and 83. RGB value is (235,160,131). Sum of RGB (Red+Green+Blue) = 235+160+131=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA083 is #145F7C. Grayscale: #B3B3B3. Windows color (decimal): -1335165 or 8626411. OLE color: 8626411.

HSL color Cylindrical-coordinate representation of color #EBA083: hue angle of 16.73º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EBA083 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 160 131 -
CMYK 0 0.32 0.44 0.08
HSL 16.73º 0.72% 0.72% -
HSV(B) 16.73º 0.44% 0.92% -
XYZ 50.93 44.44 27.37 -
YUV 179.12 100.85 167.86 -
System Red Green Blue C M Y K H S L
Decimal 235 160 131 0 0.32 0.44 0.08 16.73 0.72 0.72
Hex EB A0 83 0 20 2C 8 11 48 48
Octal 353 240 203 0 40 54 10 21 110 110
Binary 11101011 10100000 10000011 0 100000 101100 1000 10001 1001000 1001000

Color Harmonies of #EBA083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA083

Black with #EBA083

Text Example


Text Example

White with #EBA083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA083; }

 p { color: rgb(235,160,131); }

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

background-color css

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

 a { background-color: rgb(235,160,131); }

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

border-color css

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

 span { border-color: rgb(235,160,131); }

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