Html Css Color HEX #EBA510 Gamboge

📋 copy color: '#EBA510'

red 235 ◦ green 165 ◦ blue 16

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

Shades of Gamboge #EBA510

Tints of Gamboge #EBA510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.85%

R = 56.49%
G = 39.66%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EBA510 (or 0xEBA510) is known color: Gamboge. HEX triplet: EB, A5 and 10. RGB value is (235,165,16). Sum of RGB (Red+Green+Blue) = 235+165+16=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA510 is #145AEF. Grayscale: #A9A9A9. Windows color (decimal): -1334000 or 1091051. OLE color: 1091051.

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

Color convert

RGB 235 165 16 -
CMYK 0 0.30 0.93 0.08
HSL 40.82º 0.87% 0.49% -
HSV(B) 40.82º 0.93% 0.92% -
XYZ 47.81 44.61 6.58 -
YUV 168.94 41.69 175.12 -
System Red Green Blue C M Y K H S L
Decimal 235 165 16 0 0.30 0.93 0.08 40.82 0.87 0.49
Hex EB A5 10 0 1E 5D 8 29 57 31
Octal 353 245 20 0 36 135 10 51 127 61
Binary 11101011 10100101 10000 0 11110 1011101 1000 101001 1010111 110001

Color Harmonies of #EBA510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA510

Black with #EBA510

Text Example


Text Example

White with #EBA510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA510; }

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

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

background-color css

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

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

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

border-color css

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

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

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