Html Css Color HEX #EBA68F Tonys Pink

📋 copy color: '#EBA68F'

red 235 ◦ green 166 ◦ blue 143

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

Shades of Tonys Pink #EBA68F

Tints of Tonys Pink #EBA68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.29%

R = 43.2%
G = 30.51%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EBA68F (or 0xEBA68F) is known color: Tonys Pink. HEX triplet: EB, A6 and 8F. RGB value is (235,166,143). Sum of RGB (Red+Green+Blue) = 235+166+143=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA68F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA68F is #145970. Grayscale: #B8B8B8. Windows color (decimal): -1333617 or 9414379. OLE color: 9414379.

HSL color Cylindrical-coordinate representation of color #EBA68F: hue angle of 15º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EBA68F is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 166 143 -
CMYK 0 0.29 0.39 0.08
HSL 15º 0.7% 0.74% -
HSV(B) 15º 0.39% 0.92% -
XYZ 52.86 46.92 32.26 -
YUV 184.01 104.86 164.37 -
System Red Green Blue C M Y K H S L
Decimal 235 166 143 0 0.29 0.39 0.08 15 0.7 0.74
Hex EB A6 8F 0 1D 27 8 F 46 4A
Octal 353 246 217 0 35 47 10 17 106 112
Binary 11101011 10100110 10001111 0 11101 100111 1000 1111 1000110 1001010

Color Harmonies of #EBA68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA68F

Black with #EBA68F

Text Example


Text Example

White with #EBA68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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