Html Css Color HEX #EBA71D Gold Tips

📋 copy color: '#EBA71D'

red 235 ◦ green 167 ◦ blue 29

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

Shades of Gold Tips #EBA71D

Tints of Gold Tips #EBA71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.73%

R = 54.52%
G = 38.75%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EBA71D (or 0xEBA71D) is known color: Gold Tips. HEX triplet: EB, A7 and 1D. RGB value is (235,167,29). Sum of RGB (Red+Green+Blue) = 235+167+29=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA71D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA71D is #1458E2. Grayscale: #ACACAC. Windows color (decimal): -1333475 or 1943531. OLE color: 1943531.

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

Color convert

RGB 235 167 29 -
CMYK 0 0.29 0.88 0.08
HSL 40.19º 0.84% 0.52% -
HSV(B) 40.19º 0.88% 0.92% -
XYZ 48.3 45.39 7.38 -
YUV 171.6 47.53 173.22 -
System Red Green Blue C M Y K H S L
Decimal 235 167 29 0 0.29 0.88 0.08 40.19 0.84 0.52
Hex EB A7 1D 0 1D 58 8 28 54 34
Octal 353 247 35 0 35 130 10 50 124 64
Binary 11101011 10100111 11101 0 11101 1011000 1000 101000 1010100 110100

Color Harmonies of #EBA71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA71D

Black with #EBA71D

Text Example


Text Example

White with #EBA71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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