Html Css Color HEX #EBB417 Gold Tips

📋 copy color: '#EBB417'

red 235 ◦ green 180 ◦ blue 23

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

Shades of Gold Tips #EBB417

Tints of Gold Tips #EBB417

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.1%

 BLUE value IS 23 (9.38% from 255) = 5.25%

R = 53.65%
G = 41.1%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EBB417 (or 0xEBB417) is known color: Gold Tips. HEX triplet: EB, B4 and 17. RGB value is (235,180,23). Sum of RGB (Red+Green+Blue) = 235+180+23=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 23 (9.38% from 255 or 5.25% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB417 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBB417 is #144BE8. Grayscale: #B3B3B3. Windows color (decimal): -1330153 or 1553643. OLE color: 1553643.

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

Color convert

RGB 235 180 23 -
CMYK 0 0.23 0.90 0.08
HSL 44.43º 0.84% 0.51% -
HSV(B) 44.43º 0.9% 0.92% -
XYZ 50.74 50.37 7.86 -
YUV 178.55 40.22 168.27 -
System Red Green Blue C M Y K H S L
Decimal 235 180 23 0 0.23 0.90 0.08 44.43 0.84 0.51
Hex EB B4 17 0 17 5A 8 2C 54 33
Octal 353 264 27 0 27 132 10 54 124 63
Binary 11101011 10110100 10111 0 10111 1011010 1000 101100 1010100 110011

Color Harmonies of #EBB417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB417

Black with #EBB417

Text Example


Text Example

White with #EBB417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB417; }

 p { color: rgb(235,180,23); }

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

background-color css

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

 a { background-color: rgb(235,180,23); }

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

border-color css

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

 span { border-color: rgb(235,180,23); }

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