Html Css Color HEX #EBA48D Tonys Pink

📋 copy color: '#EBA48D'

red 235 ◦ green 164 ◦ blue 141

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

Shades of Tonys Pink #EBA48D

Tints of Tonys Pink #EBA48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.11%

R = 43.52%
G = 30.37%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBA48D (or 0xEBA48D) is known color: Tonys Pink. HEX triplet: EB, A4 and 8D. RGB value is (235,164,141). Sum of RGB (Red+Green+Blue) = 235+164+141=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA48D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA48D is #145B72. Grayscale: #B6B6B6. Windows color (decimal): -1334131 or 9282795. OLE color: 9282795.

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

Color convert

RGB 235 164 141 -
CMYK 0 0.30 0.4 0.08
HSL 14.68º 0.7% 0.74% -
HSV(B) 14.68º 0.4% 0.92% -
XYZ 52.34 46.14 31.35 -
YUV 182.61 104.52 165.37 -
System Red Green Blue C M Y K H S L
Decimal 235 164 141 0 0.30 0.4 0.08 14.68 0.7 0.74
Hex EB A4 8D 0 1E 28 8 F 46 4A
Octal 353 244 215 0 36 50 10 17 106 112
Binary 11101011 10100100 10001101 0 11110 101000 1000 1111 1000110 1001010

Color Harmonies of #EBA48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA48D

Black with #EBA48D

Text Example


Text Example

White with #EBA48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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