Html Css Color HEX #EBB415 Gold Tips

📋 copy color: '#EBB415'

red 235 ◦ green 180 ◦ blue 21

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

Shades of Gold Tips #EBB415

Tints of Gold Tips #EBB415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.82%

R = 53.9%
G = 41.28%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBB415 (or 0xEBB415) is known color: Gold Tips. HEX triplet: EB, B4 and 15. RGB value is (235,180,21). Sum of RGB (Red+Green+Blue) = 235+180+21=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB415 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBB415 is #144BEA. Grayscale: #B3B3B3. Windows color (decimal): -1330155 or 1422571. OLE color: 1422571.

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

Color convert

RGB 235 180 21 -
CMYK 0 0.23 0.91 0.08
HSL 44.58º 0.84% 0.5% -
HSV(B) 44.58º 0.91% 0.92% -
XYZ 50.72 50.36 7.76 -
YUV 178.32 39.22 168.43 -
System Red Green Blue C M Y K H S L
Decimal 235 180 21 0 0.23 0.91 0.08 44.58 0.84 0.5
Hex EB B4 15 0 17 5B 8 2D 54 32
Octal 353 264 25 0 27 133 10 55 124 62
Binary 11101011 10110100 10101 0 10111 1011011 1000 101101 1010100 110010

Color Harmonies of #EBB415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB415

Black with #EBB415

Text Example


Text Example

White with #EBB415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB415; }

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

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

background-color css

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

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

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

border-color css

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

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

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