Html Css Color HEX #EBA916 Gamboge

📋 copy color: '#EBA916'

red 235 ◦ green 169 ◦ blue 22

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

Shades of Gamboge #EBA916

Tints of Gamboge #EBA916

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.67%

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

R = 55.16%
G = 39.67%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBA916 (or 0xEBA916) is known color: Gamboge. HEX triplet: EB, A9 and 16. RGB value is (235,169,22). Sum of RGB (Red+Green+Blue) = 235+169+22=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA916 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA916 is #1456E9. Grayscale: #ACACAC. Windows color (decimal): -1332970 or 1485291. OLE color: 1485291.

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

Color convert

RGB 235 169 22 -
CMYK 0 0.28 0.91 0.08
HSL 41.41º 0.84% 0.5% -
HSV(B) 41.41º 0.91% 0.92% -
XYZ 48.59 46.1 7.1 -
YUV 171.98 43.37 172.95 -
System Red Green Blue C M Y K H S L
Decimal 235 169 22 0 0.28 0.91 0.08 41.41 0.84 0.5
Hex EB A9 16 0 1C 5B 8 29 54 32
Octal 353 251 26 0 34 133 10 51 124 62
Binary 11101011 10101001 10110 0 11100 1011011 1000 101001 1010100 110010

Color Harmonies of #EBA916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA916

Black with #EBA916

Text Example


Text Example

White with #EBA916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA916; }

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

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

background-color css

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

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

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

border-color css

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

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

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