Html Css Color HEX #EBA91E Gold Tips

📋 copy color: '#EBA91E'

red 235 ◦ green 169 ◦ blue 30

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

Shades of Gold Tips #EBA91E

Tints of Gold Tips #EBA91E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.91%

R = 54.15%
G = 38.94%
B = 6.91%

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

#EBA91E (or 0xEBA91E) is known color: Gold Tips. HEX triplet: EB, A9 and 1E. RGB value is (235,169,30). Sum of RGB (Red+Green+Blue) = 235+169+30=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA91E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA91E is #1456E1. Grayscale: #ADADAD. Windows color (decimal): -1332962 or 2009579. OLE color: 2009579.

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

Color convert

RGB 235 169 30 -
CMYK 0 0.28 0.87 0.08
HSL 40.68º 0.84% 0.52% -
HSV(B) 40.68º 0.87% 0.92% -
XYZ 48.68 46.13 7.57 -
YUV 172.89 47.37 172.3 -
System Red Green Blue C M Y K H S L
Decimal 235 169 30 0 0.28 0.87 0.08 40.68 0.84 0.52
Hex EB A9 1E 0 1C 57 8 29 54 34
Octal 353 251 36 0 34 127 10 51 124 64
Binary 11101011 10101001 11110 0 11100 1010111 1000 101001 1010100 110100

Color Harmonies of #EBA91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA91E

Black with #EBA91E

Text Example


Text Example

White with #EBA91E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA91E; }

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

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

background-color css

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

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

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

border-color css

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

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

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