Html Css Color HEX #EBA18D Tonys Pink

📋 copy color: '#EBA18D'

red 235 ◦ green 161 ◦ blue 141

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

Shades of Tonys Pink #EBA18D

Tints of Tonys Pink #EBA18D

RGB

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

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

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

R = 43.76%
G = 29.98%
B = 26.26%

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

#EBA18D (or 0xEBA18D) is known color: Tonys Pink. HEX triplet: EB, A1 and 8D. RGB value is (235,161,141). Sum of RGB (Red+Green+Blue) = 235+161+141=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA18D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA18D is #145E72. Grayscale: #B5B5B5. Windows color (decimal): -1334899 or 9282027. OLE color: 9282027.

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

Color convert

RGB 235 161 141 -
CMYK 0 0.31 0.4 0.08
HSL 12.77º 0.7% 0.74% -
HSV(B) 12.77º 0.4% 0.92% -
XYZ 51.81 45.07 31.17 -
YUV 180.85 105.52 166.63 -
System Red Green Blue C M Y K H S L
Decimal 235 161 141 0 0.31 0.4 0.08 12.77 0.7 0.74
Hex EB A1 8D 0 1F 28 8 D 46 4A
Octal 353 241 215 0 37 50 10 15 106 112
Binary 11101011 10100001 10001101 0 11111 101000 1000 1101 1000110 1001010

Color Harmonies of #EBA18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA18D

Black with #EBA18D

Text Example


Text Example

White with #EBA18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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