Html Css Color HEX #EBA819 Gamboge

📋 copy color: '#EBA819'

red 235 ◦ green 168 ◦ blue 25

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

Shades of Gamboge #EBA819

Tints of Gamboge #EBA819

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.25%

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

R = 54.91%
G = 39.25%
B = 5.84%

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

#EBA819 (or 0xEBA819) is known color: Gamboge. HEX triplet: EB, A8 and 19. RGB value is (235,168,25). Sum of RGB (Red+Green+Blue) = 235+168+25=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 25 (10.16% from 255 or 5.84% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA819 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA819 is #1457E6. Grayscale: #ACACAC. Windows color (decimal): -1333223 or 1681643. OLE color: 1681643.

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

Color convert

RGB 235 168 25 -
CMYK 0 0.29 0.89 0.08
HSL 40.86º 0.84% 0.51% -
HSV(B) 40.86º 0.89% 0.92% -
XYZ 48.44 45.74 7.19 -
YUV 171.73 45.2 173.13 -
System Red Green Blue C M Y K H S L
Decimal 235 168 25 0 0.29 0.89 0.08 40.86 0.84 0.51
Hex EB A8 19 0 1D 59 8 29 54 33
Octal 353 250 31 0 35 131 10 51 124 63
Binary 11101011 10101000 11001 0 11101 1011001 1000 101001 1010100 110011

Color Harmonies of #EBA819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA819

Black with #EBA819

Text Example


Text Example

White with #EBA819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA819; }

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

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

background-color css

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

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

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

border-color css

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

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

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