Html Css Color HEX #EBA594 Tonys Pink

📋 copy color: '#EBA594'

red 235 ◦ green 165 ◦ blue 148

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

Shades of Tonys Pink #EBA594

Tints of Tonys Pink #EBA594

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.11%

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

R = 42.88%
G = 30.11%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EBA594 (or 0xEBA594) is known color: Tonys Pink. HEX triplet: EB, A5 and 94. RGB value is (235,165,148). Sum of RGB (Red+Green+Blue) = 235+165+148=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA594 is #145A6B. Grayscale: #B8B8B8. Windows color (decimal): -1333868 or 9741803. OLE color: 9741803.

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

Color convert

RGB 235 165 148 -
CMYK 0 0.30 0.37 0.08
HSL 11.72º 0.69% 0.75% -
HSV(B) 11.72º 0.37% 0.92% -
XYZ 53.06 46.71 34.24 -
YUV 183.99 107.69 164.38 -
System Red Green Blue C M Y K H S L
Decimal 235 165 148 0 0.30 0.37 0.08 11.72 0.69 0.75
Hex EB A5 94 0 1E 25 8 C 45 4B
Octal 353 245 224 0 36 45 10 14 105 113
Binary 11101011 10100101 10010100 0 11110 100101 1000 1100 1000101 1001011

Color Harmonies of #EBA594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA594

Black with #EBA594

Text Example


Text Example

White with #EBA594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA594; }

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

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

background-color css

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

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

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

border-color css

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

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

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