Html Css Color HEX #EBA616 Gamboge

📋 copy color: '#EBA616'

red 235 ◦ green 166 ◦ blue 22

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

Shades of Gamboge #EBA616

Tints of Gamboge #EBA616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.24%

 BLUE value IS 22 (8.98% from 255) = 5.2%

R = 55.56%
G = 39.24%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBA616 (or 0xEBA616) is known color: Gamboge. HEX triplet: EB, A6 and 16. RGB value is (235,166,22). Sum of RGB (Red+Green+Blue) = 235+166+22=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA616 is #1459E9. Grayscale: #AAAAAA. Windows color (decimal): -1333738 or 1484523. OLE color: 1484523.

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

Color convert

RGB 235 166 22 -
CMYK 0 0.29 0.91 0.08
HSL 40.56º 0.84% 0.5% -
HSV(B) 40.56º 0.91% 0.92% -
XYZ 48.04 44.99 6.91 -
YUV 170.22 44.36 174.21 -
System Red Green Blue C M Y K H S L
Decimal 235 166 22 0 0.29 0.91 0.08 40.56 0.84 0.5
Hex EB A6 16 0 1D 5B 8 29 54 32
Octal 353 246 26 0 35 133 10 51 124 62
Binary 11101011 10100110 10110 0 11101 1011011 1000 101001 1010100 110010

Color Harmonies of #EBA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA616

Black with #EBA616

Text Example


Text Example

White with #EBA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA616; }

 p { color: rgb(235,166,22); }

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

background-color css

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

 a { background-color: rgb(235,166,22); }

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

border-color css

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

 span { border-color: rgb(235,166,22); }

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