Html Css Color HEX #EBA81C Gold Tips

📋 copy color: '#EBA81C'

red 235 ◦ green 168 ◦ blue 28

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

Shades of Gold Tips #EBA81C

Tints of Gold Tips #EBA81C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.98%

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

R = 54.52%
G = 38.98%
B = 6.5%

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

#EBA81C (or 0xEBA81C) is known color: Gold Tips. HEX triplet: EB, A8 and 1C. RGB value is (235,168,28). Sum of RGB (Red+Green+Blue) = 235+168+28=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA81C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA81C is #1457E3. Grayscale: #ACACAC. Windows color (decimal): -1333220 or 1878251. OLE color: 1878251.

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

Color convert

RGB 235 168 28 -
CMYK 0 0.29 0.88 0.08
HSL 40.58º 0.84% 0.52% -
HSV(B) 40.58º 0.88% 0.92% -
XYZ 48.47 45.75 7.37 -
YUV 172.07 46.7 172.88 -
System Red Green Blue C M Y K H S L
Decimal 235 168 28 0 0.29 0.88 0.08 40.58 0.84 0.52
Hex EB A8 1C 0 1D 58 8 29 54 34
Octal 353 250 34 0 35 130 10 51 124 64
Binary 11101011 10101000 11100 0 11101 1011000 1000 101001 1010100 110100

Color Harmonies of #EBA81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA81C

Black with #EBA81C

Text Example


Text Example

White with #EBA81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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