Html Css Color HEX #EBA517 Gamboge

📋 copy color: '#EBA517'

red 235 ◦ green 165 ◦ blue 23

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

Shades of Gamboge #EBA517

Tints of Gamboge #EBA517

RGB

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

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

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

R = 55.56%
G = 39.01%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EBA517 (or 0xEBA517) is known color: Gamboge. HEX triplet: EB, A5 and 17. RGB value is (235,165,23). Sum of RGB (Red+Green+Blue) = 235+165+23=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 23 (9.38% from 255 or 5.44% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA517 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA517 is #145AE8. Grayscale: #AAAAAA. Windows color (decimal): -1333993 or 1549803. OLE color: 1549803.

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

Color convert

RGB 235 165 23 -
CMYK 0 0.30 0.90 0.08
HSL 40.19º 0.84% 0.51% -
HSV(B) 40.19º 0.9% 0.92% -
XYZ 47.87 44.63 6.9 -
YUV 169.74 45.19 174.55 -
System Red Green Blue C M Y K H S L
Decimal 235 165 23 0 0.30 0.90 0.08 40.19 0.84 0.51
Hex EB A5 17 0 1E 5A 8 28 54 33
Octal 353 245 27 0 36 132 10 50 124 63
Binary 11101011 10100101 10111 0 11110 1011010 1000 101000 1010100 110011

Color Harmonies of #EBA517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA517

Black with #EBA517

Text Example


Text Example

White with #EBA517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA517; }

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

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

background-color css

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

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

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

border-color css

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

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

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