Html Css Color HEX #EBA07F Tonys Pink

📋 copy color: '#EBA07F'

red 235 ◦ green 160 ◦ blue 127

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

Shades of Tonys Pink #EBA07F

Tints of Tonys Pink #EBA07F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.65%

 BLUE value IS 127 (50% from 255) = 24.33%

R = 45.02%
G = 30.65%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EBA07F (or 0xEBA07F) is known color: Tonys Pink. HEX triplet: EB, A0 and 7F. RGB value is (235,160,127). Sum of RGB (Red+Green+Blue) = 235+160+127=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA07F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA07F is #145F80. Grayscale: #B2B2B2. Windows color (decimal): -1335169 or 8364267. OLE color: 8364267.

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

Color convert

RGB 235 160 127 -
CMYK 0 0.32 0.46 0.08
HSL 18.33º 0.73% 0.71% -
HSV(B) 18.33º 0.46% 0.92% -
XYZ 50.66 44.34 25.97 -
YUV 178.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 235 160 127 0 0.32 0.46 0.08 18.33 0.73 0.71
Hex EB A0 7F 0 20 2E 8 12 49 47
Octal 353 240 177 0 40 56 10 22 111 107
Binary 11101011 10100000 1111111 0 100000 101110 1000 10010 1001001 1000111

Color Harmonies of #EBA07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA07F

Black with #EBA07F

Text Example


Text Example

White with #EBA07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA07F; }

 p { color: rgb(235,160,127); }

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

background-color css

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

 a { background-color: rgb(235,160,127); }

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

border-color css

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

 span { border-color: rgb(235,160,127); }

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