Html Css Color HEX #EBA38D Tonys Pink

📋 copy color: '#EBA38D'

red 235 ◦ green 163 ◦ blue 141

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

Shades of Tonys Pink #EBA38D

Tints of Tonys Pink #EBA38D

RGB

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

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

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

R = 43.6%
G = 30.24%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBA38D (or 0xEBA38D) is known color: Tonys Pink. HEX triplet: EB, A3 and 8D. RGB value is (235,163,141). Sum of RGB (Red+Green+Blue) = 235+163+141=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA38D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA38D is #145C72. Grayscale: #B6B6B6. Windows color (decimal): -1334387 or 9282539. OLE color: 9282539.

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

Color convert

RGB 235 163 141 -
CMYK 0 0.31 0.4 0.08
HSL 14.04º 0.7% 0.74% -
HSV(B) 14.04º 0.4% 0.92% -
XYZ 52.17 45.78 31.29 -
YUV 182.02 104.85 165.79 -
System Red Green Blue C M Y K H S L
Decimal 235 163 141 0 0.31 0.4 0.08 14.04 0.7 0.74
Hex EB A3 8D 0 1F 28 8 E 46 4A
Octal 353 243 215 0 37 50 10 16 106 112
Binary 11101011 10100011 10001101 0 11111 101000 1000 1110 1000110 1001010

Color Harmonies of #EBA38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA38D

Black with #EBA38D

Text Example


Text Example

White with #EBA38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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