Html Css Color HEX #EBAF20 Gold Tips

📋 copy color: '#EBAF20'

red 235 ◦ green 175 ◦ blue 32

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

Shades of Gold Tips #EBAF20

Tints of Gold Tips #EBAF20

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.59%

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

R = 53.17%
G = 39.59%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBAF20 (or 0xEBAF20) is known color: Gold Tips. HEX triplet: EB, AF and 20. RGB value is (235,175,32). Sum of RGB (Red+Green+Blue) = 235+175+32=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAF20 is #1450DF. Grayscale: #B1B1B1. Windows color (decimal): -1331424 or 2142187. OLE color: 2142187.

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

Color convert

RGB 235 175 32 -
CMYK 0 0.26 0.86 0.08
HSL 42.27º 0.84% 0.52% -
HSV(B) 42.27º 0.86% 0.92% -
XYZ 49.85 48.43 8.09 -
YUV 176.64 46.38 169.63 -
System Red Green Blue C M Y K H S L
Decimal 235 175 32 0 0.26 0.86 0.08 42.27 0.84 0.52
Hex EB AF 20 0 1A 56 8 2A 54 34
Octal 353 257 40 0 32 126 10 52 124 64
Binary 11101011 10101111 100000 0 11010 1010110 1000 101010 1010100 110100

Color Harmonies of #EBAF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF20

Black with #EBAF20

Text Example


Text Example

White with #EBAF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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