Html Css Color HEX #EBA58E Tonys Pink

📋 copy color: '#EBA58E'

red 235 ◦ green 165 ◦ blue 142

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

Shades of Tonys Pink #EBA58E

Tints of Tonys Pink #EBA58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.2%

R = 43.36%
G = 30.44%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EBA58E (or 0xEBA58E) is known color: Tonys Pink. HEX triplet: EB, A5 and 8E. RGB value is (235,165,142). Sum of RGB (Red+Green+Blue) = 235+165+142=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA58E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA58E is #145A71. Grayscale: #B7B7B7. Windows color (decimal): -1333874 or 9348587. OLE color: 9348587.

HSL color Cylindrical-coordinate representation of color #EBA58E: hue angle of 14.84º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBA58E is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 165 142 -
CMYK 0 0.30 0.40 0.08
HSL 14.84º 0.7% 0.74% -
HSV(B) 14.84º 0.4% 0.92% -
XYZ 52.6 46.53 31.8 -
YUV 183.31 104.69 164.87 -
System Red Green Blue C M Y K H S L
Decimal 235 165 142 0 0.30 0.40 0.08 14.84 0.7 0.74
Hex EB A5 8E 0 1E 28 8 F 46 4A
Octal 353 245 216 0 36 50 10 17 106 112
Binary 11101011 10100101 10001110 0 11110 101000 1000 1111 1000110 1001010

Color Harmonies of #EBA58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA58E

Black with #EBA58E

Text Example


Text Example

White with #EBA58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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