Html Css Color HEX #EBA794 Tonys Pink

📋 copy color: '#EBA794'

red 235 ◦ green 167 ◦ blue 148

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

Shades of Tonys Pink #EBA794

Tints of Tonys Pink #EBA794

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.36%

 BLUE value IS 148 (58.2% from 255) = 26.91%

R = 42.73%
G = 30.36%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EBA794 (or 0xEBA794) is known color: Tonys Pink. HEX triplet: EB, A7 and 94. RGB value is (235,167,148). Sum of RGB (Red+Green+Blue) = 235+167+148=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA794 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA794 is #14586B. Grayscale: #B9B9B9. Windows color (decimal): -1333356 or 9742315. OLE color: 9742315.

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

Color convert

RGB 235 167 148 -
CMYK 0 0.29 0.37 0.08
HSL 13.1º 0.69% 0.75% -
HSV(B) 13.1º 0.37% 0.92% -
XYZ 53.42 47.44 34.36 -
YUV 185.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 235 167 148 0 0.29 0.37 0.08 13.1 0.69 0.75
Hex EB A7 94 0 1D 25 8 D 45 4B
Octal 353 247 224 0 35 45 10 15 105 113
Binary 11101011 10100111 10010100 0 11101 100101 1000 1101 1000101 1001011

Color Harmonies of #EBA794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA794

Black with #EBA794

Text Example


Text Example

White with #EBA794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA794; }

 p { color: rgb(235,167,148); }

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

background-color css

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

 a { background-color: rgb(235,167,148); }

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

border-color css

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

 span { border-color: rgb(235,167,148); }

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