Html Css Color HEX #EBA384 Tonys Pink

📋 copy color: '#EBA384'

red 235 ◦ green 163 ◦ blue 132

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

Shades of Tonys Pink #EBA384

Tints of Tonys Pink #EBA384

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.75%

 BLUE value IS 132 (51.95% from 255) = 24.91%

R = 44.34%
G = 30.75%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EBA384 (or 0xEBA384) is known color: Tonys Pink. HEX triplet: EB, A3 and 84. RGB value is (235,163,132). Sum of RGB (Red+Green+Blue) = 235+163+132=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA384 is #145C7B. Grayscale: #B5B5B5. Windows color (decimal): -1334396 or 8692715. OLE color: 8692715.

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

Color convert

RGB 235 163 132 -
CMYK 0 0.31 0.44 0.08
HSL 18.06º 0.72% 0.72% -
HSV(B) 18.06º 0.44% 0.92% -
XYZ 51.52 45.52 27.9 -
YUV 180.99 100.35 166.52 -
System Red Green Blue C M Y K H S L
Decimal 235 163 132 0 0.31 0.44 0.08 18.06 0.72 0.72
Hex EB A3 84 0 1F 2C 8 12 48 48
Octal 353 243 204 0 37 54 10 22 110 110
Binary 11101011 10100011 10000100 0 11111 101100 1000 10010 1001000 1001000

Color Harmonies of #EBA384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA384

Black with #EBA384

Text Example


Text Example

White with #EBA384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA384; }

 p { color: rgb(235,163,132); }

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

background-color css

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

 a { background-color: rgb(235,163,132); }

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

border-color css

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

 span { border-color: rgb(235,163,132); }

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