Html Css Color HEX #EBA619 Gamboge

📋 copy color: '#EBA619'

red 235 ◦ green 166 ◦ blue 25

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

Shades of Gamboge #EBA619

Tints of Gamboge #EBA619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.87%

R = 55.16%
G = 38.97%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EBA619 (or 0xEBA619) is known color: Gamboge. HEX triplet: EB, A6 and 19. RGB value is (235,166,25). Sum of RGB (Red+Green+Blue) = 235+166+25=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 25 (10.16% from 255 or 5.87% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA619 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA619 is #1459E6. Grayscale: #ABABAB. Windows color (decimal): -1333735 or 1681131. OLE color: 1681131.

HSL color Cylindrical-coordinate representation of color #EBA619: hue angle of 40.29º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EBA619 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 166 25 -
CMYK 0 0.29 0.89 0.08
HSL 40.29º 0.84% 0.51% -
HSV(B) 40.29º 0.89% 0.92% -
XYZ 48.07 45 7.07 -
YUV 170.56 45.86 173.96 -
System Red Green Blue C M Y K H S L
Decimal 235 166 25 0 0.29 0.89 0.08 40.29 0.84 0.51
Hex EB A6 19 0 1D 59 8 28 54 33
Octal 353 246 31 0 35 131 10 50 124 63
Binary 11101011 10100110 11001 0 11101 1011001 1000 101000 1010100 110011

Color Harmonies of #EBA619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA619

Black with #EBA619

Text Example


Text Example

White with #EBA619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA619; }

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

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

background-color css

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

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

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

border-color css

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

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

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