Html Css Color HEX #EBA48B Tonys Pink

📋 copy color: '#EBA48B'

red 235 ◦ green 164 ◦ blue 139

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

Shades of Tonys Pink #EBA48B

Tints of Tonys Pink #EBA48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.84%

R = 43.68%
G = 30.48%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EBA48B (or 0xEBA48B) is known color: Tonys Pink. HEX triplet: EB, A4 and 8B. RGB value is (235,164,139). Sum of RGB (Red+Green+Blue) = 235+164+139=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA48B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA48B is #145B74. Grayscale: #B6B6B6. Windows color (decimal): -1334133 or 9151723. OLE color: 9151723.

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

Color convert

RGB 235 164 139 -
CMYK 0 0.30 0.41 0.08
HSL 15.63º 0.71% 0.73% -
HSV(B) 15.63º 0.41% 0.92% -
XYZ 52.2 46.08 30.57 -
YUV 182.38 103.52 165.53 -
System Red Green Blue C M Y K H S L
Decimal 235 164 139 0 0.30 0.41 0.08 15.63 0.71 0.73
Hex EB A4 8B 0 1E 29 8 10 47 49
Octal 353 244 213 0 36 51 10 20 107 111
Binary 11101011 10100100 10001011 0 11110 101001 1000 10000 1000111 1001001

Color Harmonies of #EBA48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA48B

Black with #EBA48B

Text Example


Text Example

White with #EBA48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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