Html Css Color HEX #EBA019 Gamboge

📋 copy color: '#EBA019'

red 235 ◦ green 160 ◦ blue 25

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

Shades of Gamboge #EBA019

Tints of Gamboge #EBA019

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.1%

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

R = 55.95%
G = 38.1%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EBA019 (or 0xEBA019) is known color: Gamboge. HEX triplet: EB, A0 and 19. RGB value is (235,160,25). Sum of RGB (Red+Green+Blue) = 235+160+25=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA019 is #145FE6. Grayscale: #A7A7A7. Windows color (decimal): -1335271 or 1679595. OLE color: 1679595.

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

Color convert

RGB 235 160 25 -
CMYK 0 0.32 0.89 0.08
HSL 38.57º 0.84% 0.51% -
HSV(B) 38.57º 0.89% 0.92% -
XYZ 47.01 42.87 6.72 -
YUV 167.04 47.85 176.48 -
System Red Green Blue C M Y K H S L
Decimal 235 160 25 0 0.32 0.89 0.08 38.57 0.84 0.51
Hex EB A0 19 0 20 59 8 27 54 33
Octal 353 240 31 0 40 131 10 47 124 63
Binary 11101011 10100000 11001 0 100000 1011001 1000 100111 1010100 110011

Color Harmonies of #EBA019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA019

Black with #EBA019

Text Example


Text Example

White with #EBA019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA019; }

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

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

background-color css

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

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

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

border-color css

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

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

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