Html Css Color HEX #EBA513 Gamboge

📋 copy color: '#EBA513'

red 235 ◦ green 165 ◦ blue 19

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

Shades of Gamboge #EBA513

Tints of Gamboge #EBA513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.53%

R = 56.09%
G = 39.38%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EBA513 (or 0xEBA513) is known color: Gamboge. HEX triplet: EB, A5 and 13. RGB value is (235,165,19). Sum of RGB (Red+Green+Blue) = 235+165+19=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA513 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA513 is #145AEC. Grayscale: #A9A9A9. Windows color (decimal): -1333997 or 1287659. OLE color: 1287659.

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

Color convert

RGB 235 165 19 -
CMYK 0 0.30 0.92 0.08
HSL 40.56º 0.85% 0.5% -
HSV(B) 40.56º 0.92% 0.92% -
XYZ 47.83 44.62 6.71 -
YUV 169.29 43.19 174.87 -
System Red Green Blue C M Y K H S L
Decimal 235 165 19 0 0.30 0.92 0.08 40.56 0.85 0.5
Hex EB A5 13 0 1E 5C 8 29 55 32
Octal 353 245 23 0 36 134 10 51 125 62
Binary 11101011 10100101 10011 0 11110 1011100 1000 101001 1010101 110010

Color Harmonies of #EBA513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA513

Black with #EBA513

Text Example


Text Example

White with #EBA513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA513; }

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

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

background-color css

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

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

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

border-color css

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

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

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