Html Css Color HEX #EBA585 Tonys Pink

📋 copy color: '#EBA585'

red 235 ◦ green 165 ◦ blue 133

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

Shades of Tonys Pink #EBA585

Tints of Tonys Pink #EBA585

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.96%

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

R = 44.09%
G = 30.96%
B = 24.95%

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

#EBA585 (or 0xEBA585) is known color: Tonys Pink. HEX triplet: EB, A5 and 85. RGB value is (235,165,133). Sum of RGB (Red+Green+Blue) = 235+165+133=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA585 is #145A7A. Grayscale: #B6B6B6. Windows color (decimal): -1333883 or 8758763. OLE color: 8758763.

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

Color convert

RGB 235 165 133 -
CMYK 0 0.30 0.43 0.08
HSL 18.82º 0.72% 0.72% -
HSV(B) 18.82º 0.43% 0.92% -
XYZ 51.95 46.27 28.38 -
YUV 182.28 100.19 165.6 -
System Red Green Blue C M Y K H S L
Decimal 235 165 133 0 0.30 0.43 0.08 18.82 0.72 0.72
Hex EB A5 85 0 1E 2B 8 13 48 48
Octal 353 245 205 0 36 53 10 23 110 110
Binary 11101011 10100101 10000101 0 11110 101011 1000 10011 1001000 1001000

Color Harmonies of #EBA585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA585

Black with #EBA585

Text Example


Text Example

White with #EBA585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA585; }

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

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

background-color css

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

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

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

border-color css

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

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

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