Html Css Color HEX #EBA91A Gold Tips

📋 copy color: '#EBA91A'

red 235 ◦ green 169 ◦ blue 26

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

Shades of Gold Tips #EBA91A

Tints of Gold Tips #EBA91A

RGB

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

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

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

R = 54.65%
G = 39.3%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EBA91A (or 0xEBA91A) is known color: Gold Tips. HEX triplet: EB, A9 and 1A. RGB value is (235,169,26). Sum of RGB (Red+Green+Blue) = 235+169+26=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 26 (10.55% from 255 or 6.05% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA91A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA91A is #1456E5. Grayscale: #ADADAD. Windows color (decimal): -1332966 or 1747435. OLE color: 1747435.

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

Color convert

RGB 235 169 26 -
CMYK 0 0.28 0.89 0.08
HSL 41.05º 0.84% 0.51% -
HSV(B) 41.05º 0.89% 0.92% -
XYZ 48.64 46.11 7.31 -
YUV 172.43 45.37 172.63 -
System Red Green Blue C M Y K H S L
Decimal 235 169 26 0 0.28 0.89 0.08 41.05 0.84 0.51
Hex EB A9 1A 0 1C 59 8 29 54 33
Octal 353 251 32 0 34 131 10 51 124 63
Binary 11101011 10101001 11010 0 11100 1011001 1000 101001 1010100 110011

Color Harmonies of #EBA91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA91A

Black with #EBA91A

Text Example


Text Example

White with #EBA91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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