Html Css Color HEX #EBA410 Gamboge

📋 copy color: '#EBA410'

red 235 ◦ green 164 ◦ blue 16

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

Shades of Gamboge #EBA410

Tints of Gamboge #EBA410

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.52%

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

R = 56.63%
G = 39.52%
B = 3.86%

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

#EBA410 (or 0xEBA410) is known color: Gamboge. HEX triplet: EB, A4 and 10. RGB value is (235,164,16). Sum of RGB (Red+Green+Blue) = 235+164+16=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 16 (6.64% from 255 or 3.86% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA410 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA410 is #145BEF. Grayscale: #A9A9A9. Windows color (decimal): -1334256 or 1090795. OLE color: 1090795.

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

Color convert

RGB 235 164 16 -
CMYK 0 0.30 0.93 0.08
HSL 40.55º 0.87% 0.49% -
HSV(B) 40.55º 0.93% 0.92% -
XYZ 47.63 44.25 6.52 -
YUV 168.36 42.02 175.53 -
System Red Green Blue C M Y K H S L
Decimal 235 164 16 0 0.30 0.93 0.08 40.55 0.87 0.49
Hex EB A4 10 0 1E 5D 8 29 57 31
Octal 353 244 20 0 36 135 10 51 127 61
Binary 11101011 10100100 10000 0 11110 1011101 1000 101001 1010111 110001

Color Harmonies of #EBA410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA410

Black with #EBA410

Text Example


Text Example

White with #EBA410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA410; }

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

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

background-color css

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

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

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

border-color css

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

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

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