Html Css Color HEX #EBA515 Gamboge

📋 copy color: '#EBA515'

red 235 ◦ green 165 ◦ blue 21

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

Shades of Gamboge #EBA515

Tints of Gamboge #EBA515

RGB

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

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

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

R = 55.82%
G = 39.19%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBA515 (or 0xEBA515) is known color: Gamboge. HEX triplet: EB, A5 and 15. RGB value is (235,165,21). Sum of RGB (Red+Green+Blue) = 235+165+21=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA515 is #145AEA. Grayscale: #AAAAAA. Windows color (decimal): -1333995 or 1418731. OLE color: 1418731.

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

Color convert

RGB 235 165 21 -
CMYK 0 0.30 0.91 0.08
HSL 40.37º 0.84% 0.5% -
HSV(B) 40.37º 0.91% 0.92% -
XYZ 47.85 44.63 6.8 -
YUV 169.51 44.19 174.71 -
System Red Green Blue C M Y K H S L
Decimal 235 165 21 0 0.30 0.91 0.08 40.37 0.84 0.5
Hex EB A5 15 0 1E 5B 8 28 54 32
Octal 353 245 25 0 36 133 10 50 124 62
Binary 11101011 10100101 10101 0 11110 1011011 1000 101000 1010100 110010

Color Harmonies of #EBA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA515

Black with #EBA515

Text Example


Text Example

White with #EBA515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA515; }

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

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

background-color css

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

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

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

border-color css

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

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

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