Html Css Color HEX #EBA71C Gold Tips

📋 copy color: '#EBA71C'

red 235 ◦ green 167 ◦ blue 28

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

Shades of Gold Tips #EBA71C

Tints of Gold Tips #EBA71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.51%

R = 54.65%
G = 38.84%
B = 6.51%

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

#EBA71C (or 0xEBA71C) is known color: Gold Tips. HEX triplet: EB, A7 and 1C. RGB value is (235,167,28). Sum of RGB (Red+Green+Blue) = 235+167+28=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA71C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA71C is #1458E3. Grayscale: #ACACAC. Windows color (decimal): -1333476 or 1877995. OLE color: 1877995.

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

Color convert

RGB 235 167 28 -
CMYK 0 0.29 0.88 0.08
HSL 40.29º 0.84% 0.52% -
HSV(B) 40.29º 0.88% 0.92% -
XYZ 48.29 45.38 7.31 -
YUV 171.49 47.03 173.3 -
System Red Green Blue C M Y K H S L
Decimal 235 167 28 0 0.29 0.88 0.08 40.29 0.84 0.52
Hex EB A7 1C 0 1D 58 8 28 54 34
Octal 353 247 34 0 35 130 10 50 124 64
Binary 11101011 10100111 11100 0 11101 1011000 1000 101000 1010100 110100

Color Harmonies of #EBA71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA71C

Black with #EBA71C

Text Example


Text Example

White with #EBA71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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