Html Css Color HEX #EBA180 Tonys Pink

📋 copy color: '#EBA180'

red 235 ◦ green 161 ◦ blue 128

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

Shades of Tonys Pink #EBA180

Tints of Tonys Pink #EBA180

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.73%

 BLUE value IS 128 (50.39% from 255) = 24.43%

R = 44.85%
G = 30.73%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EBA180 (or 0xEBA180) is known color: Tonys Pink. HEX triplet: EB, A1 and 80. RGB value is (235,161,128). Sum of RGB (Red+Green+Blue) = 235+161+128=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA180 is #145E7F. Grayscale: #B3B3B3. Windows color (decimal): -1334912 or 8430059. OLE color: 8430059.

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

Color convert

RGB 235 161 128 -
CMYK 0 0.31 0.46 0.08
HSL 18.5º 0.73% 0.71% -
HSV(B) 18.5º 0.46% 0.92% -
XYZ 50.9 44.71 26.37 -
YUV 179.36 99.02 167.68 -
System Red Green Blue C M Y K H S L
Decimal 235 161 128 0 0.31 0.46 0.08 18.5 0.73 0.71
Hex EB A1 80 0 1F 2E 8 13 49 47
Octal 353 241 200 0 37 56 10 23 111 107
Binary 11101011 10100001 10000000 0 11111 101110 1000 10011 1001001 1000111

Color Harmonies of #EBA180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA180

Black with #EBA180

Text Example


Text Example

White with #EBA180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA180; }

 p { color: rgb(235,161,128); }

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

background-color css

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

 a { background-color: rgb(235,161,128); }

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

border-color css

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

 span { border-color: rgb(235,161,128); }

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