Html Css Color HEX #EBA385 Tonys Pink

📋 copy color: '#EBA385'

red 235 ◦ green 163 ◦ blue 133

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

Shades of Tonys Pink #EBA385

Tints of Tonys Pink #EBA385

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.7%

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

R = 44.26%
G = 30.7%
B = 25.05%

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

#EBA385 (or 0xEBA385) is known color: Tonys Pink. HEX triplet: EB, A3 and 85. RGB value is (235,163,133). Sum of RGB (Red+Green+Blue) = 235+163+133=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA385 is #145C7A. Grayscale: #B5B5B5. Windows color (decimal): -1334395 or 8758251. OLE color: 8758251.

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

Color convert

RGB 235 163 133 -
CMYK 0 0.31 0.43 0.08
HSL 17.65º 0.72% 0.72% -
HSV(B) 17.65º 0.43% 0.92% -
XYZ 51.59 45.55 28.26 -
YUV 181.11 100.85 166.44 -
System Red Green Blue C M Y K H S L
Decimal 235 163 133 0 0.31 0.43 0.08 17.65 0.72 0.72
Hex EB A3 85 0 1F 2B 8 12 48 48
Octal 353 243 205 0 37 53 10 22 110 110
Binary 11101011 10100011 10000101 0 11111 101011 1000 10010 1001000 1001000

Color Harmonies of #EBA385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA385

Black with #EBA385

Text Example


Text Example

White with #EBA385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA385; }

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

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

background-color css

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

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

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

border-color css

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

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

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