Html Css Color HEX #EBA38E Tonys Pink

📋 copy color: '#EBA38E'

red 235 ◦ green 163 ◦ blue 142

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

Shades of Tonys Pink #EBA38E

Tints of Tonys Pink #EBA38E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.3%

R = 43.52%
G = 30.19%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EBA38E (or 0xEBA38E) is known color: Tonys Pink. HEX triplet: EB, A3 and 8E. RGB value is (235,163,142). Sum of RGB (Red+Green+Blue) = 235+163+142=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA38E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA38E is #145C71. Grayscale: #B6B6B6. Windows color (decimal): -1334386 or 9348075. OLE color: 9348075.

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

Color convert

RGB 235 163 142 -
CMYK 0 0.31 0.40 0.08
HSL 13.55º 0.7% 0.74% -
HSV(B) 13.55º 0.4% 0.92% -
XYZ 52.24 45.81 31.68 -
YUV 182.13 105.35 165.71 -
System Red Green Blue C M Y K H S L
Decimal 235 163 142 0 0.31 0.40 0.08 13.55 0.7 0.74
Hex EB A3 8E 0 1F 28 8 E 46 4A
Octal 353 243 216 0 37 50 10 16 106 112
Binary 11101011 10100011 10001110 0 11111 101000 1000 1110 1000110 1001010

Color Harmonies of #EBA38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA38E

Black with #EBA38E

Text Example


Text Example

White with #EBA38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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