Html Css Color HEX #EBA185 Tonys Pink

📋 copy color: '#EBA185'

red 235 ◦ green 161 ◦ blue 133

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

Shades of Tonys Pink #EBA185

Tints of Tonys Pink #EBA185

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.43%

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

R = 44.42%
G = 30.43%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EBA185 (or 0xEBA185) is known color: Tonys Pink. HEX triplet: EB, A1 and 85. RGB value is (235,161,133). Sum of RGB (Red+Green+Blue) = 235+161+133=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA185 is #145E7A. Grayscale: #B4B4B4. Windows color (decimal): -1334907 or 8757739. OLE color: 8757739.

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

Color convert

RGB 235 161 133 -
CMYK 0 0.31 0.43 0.08
HSL 16.47º 0.72% 0.72% -
HSV(B) 16.47º 0.43% 0.92% -
XYZ 51.24 44.85 28.15 -
YUV 179.93 101.52 167.28 -
System Red Green Blue C M Y K H S L
Decimal 235 161 133 0 0.31 0.43 0.08 16.47 0.72 0.72
Hex EB A1 85 0 1F 2B 8 10 48 48
Octal 353 241 205 0 37 53 10 20 110 110
Binary 11101011 10100001 10000101 0 11111 101011 1000 10000 1001000 1001000

Color Harmonies of #EBA185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA185

Black with #EBA185

Text Example


Text Example

White with #EBA185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA185; }

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

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

background-color css

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

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

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

border-color css

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

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

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