Html Css Color HEX #EBA18E Tonys Pink

📋 copy color: '#EBA18E'

red 235 ◦ green 161 ◦ blue 142

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

Shades of Tonys Pink #EBA18E

Tints of Tonys Pink #EBA18E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.93%

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

R = 43.68%
G = 29.93%
B = 26.39%

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

#EBA18E (or 0xEBA18E) is known color: Tonys Pink. HEX triplet: EB, A1 and 8E. RGB value is (235,161,142). Sum of RGB (Red+Green+Blue) = 235+161+142=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA18E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA18E is #145E71. Grayscale: #B5B5B5. Windows color (decimal): -1334898 or 9347563. OLE color: 9347563.

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

Color convert

RGB 235 161 142 -
CMYK 0 0.31 0.40 0.08
HSL 12.26º 0.7% 0.74% -
HSV(B) 12.26º 0.4% 0.92% -
XYZ 51.89 45.1 31.56 -
YUV 180.96 106.02 166.54 -
System Red Green Blue C M Y K H S L
Decimal 235 161 142 0 0.31 0.40 0.08 12.26 0.7 0.74
Hex EB A1 8E 0 1F 28 8 C 46 4A
Octal 353 241 216 0 37 50 10 14 106 112
Binary 11101011 10100001 10001110 0 11111 101000 1000 1100 1000110 1001010

Color Harmonies of #EBA18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA18E

Black with #EBA18E

Text Example


Text Example

White with #EBA18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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