Html Css Color HEX #EBAB20 Gold Tips

📋 copy color: '#EBAB20'

red 235 ◦ green 171 ◦ blue 32

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

Shades of Gold Tips #EBAB20

Tints of Gold Tips #EBAB20

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.04%

 BLUE value IS 32 (12.89% from 255) = 7.31%

R = 53.65%
G = 39.04%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBAB20 (or 0xEBAB20) is known color: Gold Tips. HEX triplet: EB, AB and 20. RGB value is (235,171,32). Sum of RGB (Red+Green+Blue) = 235+171+32=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 32 (12.89% from 255 or 7.31% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAB20 is #1454DF. Grayscale: #AEAEAE. Windows color (decimal): -1332448 or 2141163. OLE color: 2141163.

HSL color Cylindrical-coordinate representation of color #EBAB20: hue angle of 41.08º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EBAB20 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 171 32 -
CMYK 0 0.27 0.86 0.08
HSL 41.08º 0.84% 0.52% -
HSV(B) 41.08º 0.86% 0.92% -
XYZ 49.08 46.89 7.83 -
YUV 174.29 47.7 171.3 -
System Red Green Blue C M Y K H S L
Decimal 235 171 32 0 0.27 0.86 0.08 41.08 0.84 0.52
Hex EB AB 20 0 1B 56 8 29 54 34
Octal 353 253 40 0 33 126 10 51 124 64
Binary 11101011 10101011 100000 0 11011 1010110 1000 101001 1010100 110100

Color Harmonies of #EBAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAB20

Black with #EBAB20

Text Example


Text Example

White with #EBAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAB20; }

 p { color: rgb(235,171,32); }

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

background-color css

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

 a { background-color: rgb(235,171,32); }

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

border-color css

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

 span { border-color: rgb(235,171,32); }

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