Html Css Color HEX #EBA485 Tonys Pink

📋 copy color: '#EBA485'

red 235 ◦ green 164 ◦ blue 133

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

Shades of Tonys Pink #EBA485

Tints of Tonys Pink #EBA485

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.83%

 BLUE value IS 133 (52.34% from 255) = 25%

R = 44.17%
G = 30.83%
B = 25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EBA485 (or 0xEBA485) is known color: Tonys Pink. HEX triplet: EB, A4 and 85. RGB value is (235,164,133). Sum of RGB (Red+Green+Blue) = 235+164+133=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA485 is #145B7A. Grayscale: #B5B5B5. Windows color (decimal): -1334139 or 8758507. OLE color: 8758507.

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

Color convert

RGB 235 164 133 -
CMYK 0 0.30 0.43 0.08
HSL 18.24º 0.72% 0.72% -
HSV(B) 18.24º 0.43% 0.92% -
XYZ 51.77 45.91 28.32 -
YUV 181.7 100.52 166.02 -
System Red Green Blue C M Y K H S L
Decimal 235 164 133 0 0.30 0.43 0.08 18.24 0.72 0.72
Hex EB A4 85 0 1E 2B 8 12 48 48
Octal 353 244 205 0 36 53 10 22 110 110
Binary 11101011 10100100 10000101 0 11110 101011 1000 10010 1001000 1001000

Color Harmonies of #EBA485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA485

Black with #EBA485

Text Example


Text Example

White with #EBA485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA485; }

 p { color: rgb(235,164,133); }

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

background-color css

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

 a { background-color: rgb(235,164,133); }

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

border-color css

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

 span { border-color: rgb(235,164,133); }

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