Html Css Color HEX #EBA72A Gold Tips

📋 copy color: '#EBA72A'

red 235 ◦ green 167 ◦ blue 42

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

Shades of Gold Tips #EBA72A

Tints of Gold Tips #EBA72A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.61%

 BLUE value IS 42 (16.8% from 255) = 9.46%

R = 52.93%
G = 37.61%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EBA72A (or 0xEBA72A) is known color: Gold Tips. HEX triplet: EB, A7 and 2A. RGB value is (235,167,42). Sum of RGB (Red+Green+Blue) = 235+167+42=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 42 (16.80% from 255 or 9.46% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA72A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA72A is #1458D5. Grayscale: #ADADAD. Windows color (decimal): -1333462 or 2795499. OLE color: 2795499.

HSL color Cylindrical-coordinate representation of color #EBA72A: hue angle of 38.86º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBA72A is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 167 42 -
CMYK 0 0.29 0.82 0.08
HSL 38.86º 0.83% 0.54% -
HSV(B) 38.86º 0.82% 0.92% -
XYZ 48.5 45.47 8.41 -
YUV 173.08 54.03 172.16 -
System Red Green Blue C M Y K H S L
Decimal 235 167 42 0 0.29 0.82 0.08 38.86 0.83 0.54
Hex EB A7 2A 0 1D 52 8 27 53 36
Octal 353 247 52 0 35 122 10 47 123 66
Binary 11101011 10100111 101010 0 11101 1010010 1000 100111 1010011 110110

Color Harmonies of #EBA72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA72A

Black with #EBA72A

Text Example


Text Example

White with #EBA72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA72A; }

 p { color: rgb(235,167,42); }

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

background-color css

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

 a { background-color: rgb(235,167,42); }

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

border-color css

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

 span { border-color: rgb(235,167,42); }

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