Html Css Color HEX #EBA295 Tonys Pink

📋 copy color: '#EBA295'

red 235 ◦ green 162 ◦ blue 149

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

Shades of Tonys Pink #EBA295

Tints of Tonys Pink #EBA295

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.67%

 BLUE value IS 149 (58.59% from 255) = 27.29%

R = 43.04%
G = 29.67%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EBA295 (or 0xEBA295) is known color: Tonys Pink. HEX triplet: EB, A2 and 95. RGB value is (235,162,149). Sum of RGB (Red+Green+Blue) = 235+162+149=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA295 is #145D6A. Grayscale: #B6B6B6. Windows color (decimal): -1334635 or 9806571. OLE color: 9806571.

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

Color convert

RGB 235 162 149 -
CMYK 0 0.31 0.37 0.08
HSL 9.07º 0.68% 0.75% -
HSV(B) 9.07º 0.37% 0.92% -
XYZ 52.61 45.67 34.48 -
YUV 182.35 109.18 165.56 -
System Red Green Blue C M Y K H S L
Decimal 235 162 149 0 0.31 0.37 0.08 9.07 0.68 0.75
Hex EB A2 95 0 1F 25 8 9 44 4B
Octal 353 242 225 0 37 45 10 11 104 113
Binary 11101011 10100010 10010101 0 11111 100101 1000 1001 1000100 1001011

Color Harmonies of #EBA295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA295

Black with #EBA295

Text Example


Text Example

White with #EBA295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA295; }

 p { color: rgb(235,162,149); }

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

background-color css

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

 a { background-color: rgb(235,162,149); }

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

border-color css

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

 span { border-color: rgb(235,162,149); }

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