Html Css Color HEX #EBA68D Tonys Pink

📋 copy color: '#EBA68D'

red 235 ◦ green 166 ◦ blue 141

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

Shades of Tonys Pink #EBA68D

Tints of Tonys Pink #EBA68D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.63%

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

R = 43.36%
G = 30.63%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBA68D (or 0xEBA68D) is known color: Tonys Pink. HEX triplet: EB, A6 and 8D. RGB value is (235,166,141). Sum of RGB (Red+Green+Blue) = 235+166+141=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA68D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA68D is #145972. Grayscale: #B7B7B7. Windows color (decimal): -1333619 or 9283307. OLE color: 9283307.

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

Color convert

RGB 235 166 141 -
CMYK 0 0.29 0.4 0.08
HSL 15.96º 0.7% 0.74% -
HSV(B) 15.96º 0.4% 0.92% -
XYZ 52.7 46.86 31.47 -
YUV 183.78 103.86 164.53 -
System Red Green Blue C M Y K H S L
Decimal 235 166 141 0 0.29 0.4 0.08 15.96 0.7 0.74
Hex EB A6 8D 0 1D 28 8 10 46 4A
Octal 353 246 215 0 35 50 10 20 106 112
Binary 11101011 10100110 10001101 0 11101 101000 1000 10000 1000110 1001010

Color Harmonies of #EBA68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA68D

Black with #EBA68D

Text Example


Text Example

White with #EBA68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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