Html Css Color HEX #EBA519 Gamboge

📋 copy color: '#EBA519'

red 235 ◦ green 165 ◦ blue 25

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

Shades of Gamboge #EBA519

Tints of Gamboge #EBA519

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.82%

 BLUE value IS 25 (10.16% from 255) = 5.88%

R = 55.29%
G = 38.82%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EBA519 (or 0xEBA519) is known color: Gamboge. HEX triplet: EB, A5 and 19. RGB value is (235,165,25). Sum of RGB (Red+Green+Blue) = 235+165+25=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA519 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA519 is #145AE6. Grayscale: #AAAAAA. Windows color (decimal): -1333991 or 1680875. OLE color: 1680875.

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

Color convert

RGB 235 165 25 -
CMYK 0 0.30 0.89 0.08
HSL 40º 0.84% 0.51% -
HSV(B) 40º 0.89% 0.92% -
XYZ 47.89 44.64 7.01 -
YUV 169.97 46.19 174.38 -
System Red Green Blue C M Y K H S L
Decimal 235 165 25 0 0.30 0.89 0.08 40 0.84 0.51
Hex EB A5 19 0 1E 59 8 28 54 33
Octal 353 245 31 0 36 131 10 50 124 63
Binary 11101011 10100101 11001 0 11110 1011001 1000 101000 1010100 110011

Color Harmonies of #EBA519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA519

Black with #EBA519

Text Example


Text Example

White with #EBA519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA519; }

 p { color: rgb(235,165,25); }

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

background-color css

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

 a { background-color: rgb(235,165,25); }

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

border-color css

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

 span { border-color: rgb(235,165,25); }

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