Html Css Color HEX #EBA91F Gold Tips

📋 copy color: '#EBA91F'

red 235 ◦ green 169 ◦ blue 31

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

Shades of Gold Tips #EBA91F

Tints of Gold Tips #EBA91F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.13%

R = 54.02%
G = 38.85%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EBA91F (or 0xEBA91F) is known color: Gold Tips. HEX triplet: EB, A9 and 1F. RGB value is (235,169,31). Sum of RGB (Red+Green+Blue) = 235+169+31=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 31 (12.5% from 255 or 7.13% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA91F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA91F is #1456E0. Grayscale: #ADADAD. Windows color (decimal): -1332961 or 2075115. OLE color: 2075115.

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

Color convert

RGB 235 169 31 -
CMYK 0 0.28 0.87 0.08
HSL 40.59º 0.84% 0.52% -
HSV(B) 40.59º 0.87% 0.92% -
XYZ 48.7 46.14 7.64 -
YUV 173 47.87 172.22 -
System Red Green Blue C M Y K H S L
Decimal 235 169 31 0 0.28 0.87 0.08 40.59 0.84 0.52
Hex EB A9 1F 0 1C 57 8 29 54 34
Octal 353 251 37 0 34 127 10 51 124 64
Binary 11101011 10101001 11111 0 11100 1010111 1000 101001 1010100 110100

Color Harmonies of #EBA91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA91F

Black with #EBA91F

Text Example


Text Example

White with #EBA91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA91F; }

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

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

background-color css

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

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

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

border-color css

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

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

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