Html Css Color HEX #EBA490 Tonys Pink

📋 copy color: '#EBA490'

red 235 ◦ green 164 ◦ blue 144

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

Shades of Tonys Pink #EBA490

Tints of Tonys Pink #EBA490

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.2%

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

R = 43.28%
G = 30.2%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EBA490 (or 0xEBA490) is known color: Tonys Pink. HEX triplet: EB, A4 and 90. RGB value is (235,164,144). Sum of RGB (Red+Green+Blue) = 235+164+144=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA490 is #145B6F. Grayscale: #B7B7B7. Windows color (decimal): -1334128 or 9479403. OLE color: 9479403.

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

Color convert

RGB 235 164 144 -
CMYK 0 0.30 0.39 0.08
HSL 13.19º 0.69% 0.74% -
HSV(B) 13.19º 0.39% 0.92% -
XYZ 52.57 46.23 32.54 -
YUV 182.95 106.02 165.13 -
System Red Green Blue C M Y K H S L
Decimal 235 164 144 0 0.30 0.39 0.08 13.19 0.69 0.74
Hex EB A4 90 0 1E 27 8 D 45 4A
Octal 353 244 220 0 36 47 10 15 105 112
Binary 11101011 10100100 10010000 0 11110 100111 1000 1101 1000101 1001010

Color Harmonies of #EBA490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA490

Black with #EBA490

Text Example


Text Example

White with #EBA490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA490; }

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

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

background-color css

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

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

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

border-color css

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

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

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