Html Css Color HEX #EBA58D Tonys Pink

📋 copy color: '#EBA58D'

red 235 ◦ green 165 ◦ blue 141

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

Shades of Tonys Pink #EBA58D

Tints of Tonys Pink #EBA58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.06%

R = 43.44%
G = 30.5%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBA58D (or 0xEBA58D) is known color: Tonys Pink. HEX triplet: EB, A5 and 8D. RGB value is (235,165,141). Sum of RGB (Red+Green+Blue) = 235+165+141=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA58D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA58D is #145A72. Grayscale: #B7B7B7. Windows color (decimal): -1333875 or 9283051. OLE color: 9283051.

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

Color convert

RGB 235 165 141 -
CMYK 0 0.30 0.4 0.08
HSL 15.32º 0.7% 0.74% -
HSV(B) 15.32º 0.4% 0.92% -
XYZ 52.52 46.5 31.41 -
YUV 183.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 235 165 141 0 0.30 0.4 0.08 15.32 0.7 0.74
Hex EB A5 8D 0 1E 28 8 F 46 4A
Octal 353 245 215 0 36 50 10 17 106 112
Binary 11101011 10100101 10001101 0 11110 101000 1000 1111 1000110 1001010

Color Harmonies of #EBA58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA58D

Black with #EBA58D

Text Example


Text Example

White with #EBA58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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