Html Css Color HEX #EBA590 Tonys Pink

📋 copy color: '#EBA590'

red 235 ◦ green 165 ◦ blue 144

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

Shades of Tonys Pink #EBA590

Tints of Tonys Pink #EBA590

RGB

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

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

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

R = 43.2%
G = 30.33%
B = 26.47%

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

#EBA590 (or 0xEBA590) is known color: Tonys Pink. HEX triplet: EB, A5 and 90. RGB value is (235,165,144). Sum of RGB (Red+Green+Blue) = 235+165+144=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA590 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA590 is #145A6F. Grayscale: #B7B7B7. Windows color (decimal): -1333872 or 9479659. OLE color: 9479659.

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

Color convert

RGB 235 165 144 -
CMYK 0 0.30 0.39 0.08
HSL 13.85º 0.69% 0.74% -
HSV(B) 13.85º 0.39% 0.92% -
XYZ 52.75 46.59 32.6 -
YUV 183.54 105.69 164.71 -
System Red Green Blue C M Y K H S L
Decimal 235 165 144 0 0.30 0.39 0.08 13.85 0.69 0.74
Hex EB A5 90 0 1E 27 8 E 45 4A
Octal 353 245 220 0 36 47 10 16 105 112
Binary 11101011 10100101 10010000 0 11110 100111 1000 1110 1000101 1001010

Color Harmonies of #EBA590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA590

Black with #EBA590

Text Example


Text Example

White with #EBA590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA590; }

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

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

background-color css

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

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

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

border-color css

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

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

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