Html Css Color HEX #EBA390 Tonys Pink

📋 copy color: '#EBA390'

red 235 ◦ green 163 ◦ blue 144

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

Shades of Tonys Pink #EBA390

Tints of Tonys Pink #EBA390

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.07%

 BLUE value IS 144 (56.64% from 255) = 26.57%

R = 43.36%
G = 30.07%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EBA390 (or 0xEBA390) is known color: Tonys Pink. HEX triplet: EB, A3 and 90. RGB value is (235,163,144). Sum of RGB (Red+Green+Blue) = 235+163+144=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA390 is #145C6F. Grayscale: #B6B6B6. Windows color (decimal): -1334384 or 9479147. OLE color: 9479147.

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

Color convert

RGB 235 163 144 -
CMYK 0 0.31 0.39 0.08
HSL 12.53º 0.69% 0.74% -
HSV(B) 12.53º 0.39% 0.92% -
XYZ 52.39 45.87 32.48 -
YUV 182.36 106.35 165.54 -
System Red Green Blue C M Y K H S L
Decimal 235 163 144 0 0.31 0.39 0.08 12.53 0.69 0.74
Hex EB A3 90 0 1F 27 8 D 45 4A
Octal 353 243 220 0 37 47 10 15 105 112
Binary 11101011 10100011 10010000 0 11111 100111 1000 1101 1000101 1001010

Color Harmonies of #EBA390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA390

Black with #EBA390

Text Example


Text Example

White with #EBA390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA390; }

 p { color: rgb(235,163,144); }

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

background-color css

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

 a { background-color: rgb(235,163,144); }

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

border-color css

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

 span { border-color: rgb(235,163,144); }

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