Html Css Color HEX #EBA685 Tonys Pink

📋 copy color: '#EBA685'

red 235 ◦ green 166 ◦ blue 133

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

Shades of Tonys Pink #EBA685

Tints of Tonys Pink #EBA685

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.09%

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

R = 44.01%
G = 31.09%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EBA685 (or 0xEBA685) is known color: Tonys Pink. HEX triplet: EB, A6 and 85. RGB value is (235,166,133). Sum of RGB (Red+Green+Blue) = 235+166+133=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA685 is #14597A. Grayscale: #B7B7B7. Windows color (decimal): -1333627 or 8759019. OLE color: 8759019.

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

Color convert

RGB 235 166 133 -
CMYK 0 0.29 0.43 0.08
HSL 19.41º 0.72% 0.72% -
HSV(B) 19.41º 0.43% 0.92% -
XYZ 52.13 46.63 28.44 -
YUV 182.87 99.86 165.18 -
System Red Green Blue C M Y K H S L
Decimal 235 166 133 0 0.29 0.43 0.08 19.41 0.72 0.72
Hex EB A6 85 0 1D 2B 8 13 48 48
Octal 353 246 205 0 35 53 10 23 110 110
Binary 11101011 10100110 10000101 0 11101 101011 1000 10011 1001000 1001000

Color Harmonies of #EBA685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA685

Black with #EBA685

Text Example


Text Example

White with #EBA685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA685; }

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

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

background-color css

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

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

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

border-color css

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

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

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