Html Css Color HEX #EBA58A Tonys Pink

📋 copy color: '#EBA58A'

red 235 ◦ green 165 ◦ blue 138

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

Shades of Tonys Pink #EBA58A

Tints of Tonys Pink #EBA58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.65%

R = 43.68%
G = 30.67%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EBA58A (or 0xEBA58A) is known color: Tonys Pink. HEX triplet: EB, A5 and 8A. RGB value is (235,165,138). Sum of RGB (Red+Green+Blue) = 235+165+138=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA58A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA58A is #145A75. Grayscale: #B7B7B7. Windows color (decimal): -1333878 or 9086443. OLE color: 9086443.

HSL color Cylindrical-coordinate representation of color #EBA58A: hue angle of 16.7º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EBA58A is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 165 138 -
CMYK 0 0.30 0.41 0.08
HSL 16.7º 0.71% 0.73% -
HSV(B) 16.7º 0.41% 0.92% -
XYZ 52.3 46.41 30.25 -
YUV 182.85 102.69 165.2 -
System Red Green Blue C M Y K H S L
Decimal 235 165 138 0 0.30 0.41 0.08 16.7 0.71 0.73
Hex EB A5 8A 0 1E 29 8 11 47 49
Octal 353 245 212 0 36 51 10 21 107 111
Binary 11101011 10100101 10001010 0 11110 101001 1000 10001 1000111 1001001

Color Harmonies of #EBA58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA58A

Black with #EBA58A

Text Example


Text Example

White with #EBA58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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