Html Css Color HEX #EBAF1A Gold Tips

📋 copy color: '#EBAF1A'

red 235 ◦ green 175 ◦ blue 26

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

Shades of Gold Tips #EBAF1A

Tints of Gold Tips #EBAF1A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.14%

 BLUE value IS 26 (10.55% from 255) = 5.96%

R = 53.9%
G = 40.14%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EBAF1A (or 0xEBAF1A) is known color: Gold Tips. HEX triplet: EB, AF and 1A. RGB value is (235,175,26). Sum of RGB (Red+Green+Blue) = 235+175+26=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 26 (10.55% from 255 or 5.96% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAF1A is #1450E5. Grayscale: #B0B0B0. Windows color (decimal): -1331430 or 1748971. OLE color: 1748971.

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

Color convert

RGB 235 175 26 -
CMYK 0 0.26 0.89 0.08
HSL 42.78º 0.84% 0.51% -
HSV(B) 42.78º 0.89% 0.92% -
XYZ 49.78 48.4 7.7 -
YUV 175.95 43.38 170.12 -
System Red Green Blue C M Y K H S L
Decimal 235 175 26 0 0.26 0.89 0.08 42.78 0.84 0.51
Hex EB AF 1A 0 1A 59 8 2B 54 33
Octal 353 257 32 0 32 131 10 53 124 63
Binary 11101011 10101111 11010 0 11010 1011001 1000 101011 1010100 110011

Color Harmonies of #EBAF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF1A

Black with #EBAF1A

Text Example


Text Example

White with #EBAF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF1A; }

 p { color: rgb(235,175,26); }

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

background-color css

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

 a { background-color: rgb(235,175,26); }

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

border-color css

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

 span { border-color: rgb(235,175,26); }

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