Html Css Color HEX #EBA91C Gold Tips

📋 copy color: '#EBA91C'

red 235 ◦ green 169 ◦ blue 28

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

Shades of Gold Tips #EBA91C

Tints of Gold Tips #EBA91C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.12%

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

R = 54.4%
G = 39.12%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EBA91C (or 0xEBA91C) is known color: Gold Tips. HEX triplet: EB, A9 and 1C. RGB value is (235,169,28). Sum of RGB (Red+Green+Blue) = 235+169+28=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 28 (11.33% from 255 or 6.48% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA91C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA91C is #1456E3. Grayscale: #ADADAD. Windows color (decimal): -1332964 or 1878507. OLE color: 1878507.

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

Color convert

RGB 235 169 28 -
CMYK 0 0.28 0.88 0.08
HSL 40.87º 0.84% 0.52% -
HSV(B) 40.87º 0.88% 0.92% -
XYZ 48.66 46.12 7.44 -
YUV 172.66 46.37 172.46 -
System Red Green Blue C M Y K H S L
Decimal 235 169 28 0 0.28 0.88 0.08 40.87 0.84 0.52
Hex EB A9 1C 0 1C 58 8 29 54 34
Octal 353 251 34 0 34 130 10 51 124 64
Binary 11101011 10101001 11100 0 11100 1011000 1000 101001 1010100 110100

Color Harmonies of #EBA91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA91C

Black with #EBA91C

Text Example


Text Example

White with #EBA91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA91C; }

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

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

background-color css

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

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

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

border-color css

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

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

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