Html Css Color HEX #EBA483 Tonys Pink

📋 copy color: '#EBA483'

red 235 ◦ green 164 ◦ blue 131

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

Shades of Tonys Pink #EBA483

Tints of Tonys Pink #EBA483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.72%

R = 44.34%
G = 30.94%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EBA483 (or 0xEBA483) is known color: Tonys Pink. HEX triplet: EB, A4 and 83. RGB value is (235,164,131). Sum of RGB (Red+Green+Blue) = 235+164+131=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA483 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA483 is #145B7C. Grayscale: #B5B5B5. Windows color (decimal): -1334141 or 8627435. OLE color: 8627435.

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

Color convert

RGB 235 164 131 -
CMYK 0 0.30 0.44 0.08
HSL 19.04º 0.72% 0.72% -
HSV(B) 19.04º 0.44% 0.92% -
XYZ 51.63 45.85 27.6 -
YUV 181.47 99.52 166.18 -
System Red Green Blue C M Y K H S L
Decimal 235 164 131 0 0.30 0.44 0.08 19.04 0.72 0.72
Hex EB A4 83 0 1E 2C 8 13 48 48
Octal 353 244 203 0 36 54 10 23 110 110
Binary 11101011 10100100 10000011 0 11110 101100 1000 10011 1001000 1001000

Color Harmonies of #EBA483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA483

Black with #EBA483

Text Example


Text Example

White with #EBA483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA483; }

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

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

background-color css

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

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

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

border-color css

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

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

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