Html Css Color HEX #EBA694 Tonys Pink

📋 copy color: '#EBA694'

red 235 ◦ green 166 ◦ blue 148

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

Shades of Tonys Pink #EBA694

Tints of Tonys Pink #EBA694

RGB

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

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

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

R = 42.81%
G = 30.24%
B = 26.96%

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

#EBA694 (or 0xEBA694) is known color: Tonys Pink. HEX triplet: EB, A6 and 94. RGB value is (235,166,148). Sum of RGB (Red+Green+Blue) = 235+166+148=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA694 is #14596B. Grayscale: #B8B8B8. Windows color (decimal): -1333612 or 9742059. OLE color: 9742059.

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

Color convert

RGB 235 166 148 -
CMYK 0 0.29 0.37 0.08
HSL 12.41º 0.69% 0.75% -
HSV(B) 12.41º 0.37% 0.92% -
XYZ 53.24 47.07 34.3 -
YUV 184.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 235 166 148 0 0.29 0.37 0.08 12.41 0.69 0.75
Hex EB A6 94 0 1D 25 8 C 45 4B
Octal 353 246 224 0 35 45 10 14 105 113
Binary 11101011 10100110 10010100 0 11101 100101 1000 1100 1000101 1001011

Color Harmonies of #EBA694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA694

Black with #EBA694

Text Example


Text Example

White with #EBA694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA694; }

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

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

background-color css

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

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

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

border-color css

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

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

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