Html Css Color HEX #EBA68A Tonys Pink

📋 copy color: '#EBA68A'

red 235 ◦ green 166 ◦ blue 138

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

Shades of Tonys Pink #EBA68A

Tints of Tonys Pink #EBA68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.6%

R = 43.6%
G = 30.8%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EBA68A (or 0xEBA68A) is known color: Tonys Pink. HEX triplet: EB, A6 and 8A. RGB value is (235,166,138). Sum of RGB (Red+Green+Blue) = 235+166+138=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA68A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA68A is #145975. Grayscale: #B7B7B7. Windows color (decimal): -1333622 or 9086699. OLE color: 9086699.

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

Color convert

RGB 235 166 138 -
CMYK 0 0.29 0.41 0.08
HSL 17.32º 0.71% 0.73% -
HSV(B) 17.32º 0.41% 0.92% -
XYZ 52.48 46.77 30.31 -
YUV 183.44 102.36 164.78 -
System Red Green Blue C M Y K H S L
Decimal 235 166 138 0 0.29 0.41 0.08 17.32 0.71 0.73
Hex EB A6 8A 0 1D 29 8 11 47 49
Octal 353 246 212 0 35 51 10 21 107 111
Binary 11101011 10100110 10001010 0 11101 101001 1000 10001 1000111 1001001

Color Harmonies of #EBA68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA68A

Black with #EBA68A

Text Example


Text Example

White with #EBA68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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