Html Css Color HEX #EBA084 Tonys Pink

📋 copy color: '#EBA084'

red 235 ◦ green 160 ◦ blue 132

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

Shades of Tonys Pink #EBA084

Tints of Tonys Pink #EBA084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.05%

R = 44.59%
G = 30.36%
B = 25.05%

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

#EBA084 (or 0xEBA084) is known color: Tonys Pink. HEX triplet: EB, A0 and 84. RGB value is (235,160,132). Sum of RGB (Red+Green+Blue) = 235+160+132=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA084 is #145F7B. Grayscale: #B3B3B3. Windows color (decimal): -1335164 or 8691947. OLE color: 8691947.

HSL color Cylindrical-coordinate representation of color #EBA084: hue angle of 16.31º 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 #EBA084 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 160 132 -
CMYK 0 0.32 0.44 0.08
HSL 16.31º 0.72% 0.72% -
HSV(B) 16.31º 0.44% 0.92% -
XYZ 51 44.47 27.73 -
YUV 179.23 101.35 167.78 -
System Red Green Blue C M Y K H S L
Decimal 235 160 132 0 0.32 0.44 0.08 16.31 0.72 0.72
Hex EB A0 84 0 20 2C 8 10 48 48
Octal 353 240 204 0 40 54 10 20 110 110
Binary 11101011 10100000 10000100 0 100000 101100 1000 10000 1001000 1001000

Color Harmonies of #EBA084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA084

Black with #EBA084

Text Example


Text Example

White with #EBA084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA084; }

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

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

background-color css

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

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

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

border-color css

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

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

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