Html Css Color HEX #EBA804 Gamboge

📋 copy color: '#EBA804'

red 235 ◦ green 168 ◦ blue 4

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

Shades of Gamboge #EBA804

Tints of Gamboge #EBA804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.98%

R = 57.74%
G = 41.28%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EBA804 (or 0xEBA804) is known color: Gamboge. HEX triplet: EB, A8 and 04. RGB value is (235,168,4). Sum of RGB (Red+Green+Blue) = 235+168+4=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA804 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA804 is #1457FB. Grayscale: #AAAAAA. Windows color (decimal): -1333244 or 305387. OLE color: 305387.

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

Color convert

RGB 235 168 4 -
CMYK 0 0.29 0.98 0.08
HSL 42.6º 0.97% 0.47% -
HSV(B) 42.6º 0.98% 0.92% -
XYZ 48.29 45.68 6.39 -
YUV 169.34 34.7 174.84 -
System Red Green Blue C M Y K H S L
Decimal 235 168 4 0 0.29 0.98 0.08 42.6 0.97 0.47
Hex EB A8 4 0 1D 62 8 2B 61 2F
Octal 353 250 4 0 35 142 10 53 141 57
Binary 11101011 10101000 100 0 11101 1100010 1000 101011 1100001 101111

Color Harmonies of #EBA804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA804

Black with #EBA804

Text Example


Text Example

White with #EBA804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA804; }

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

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

background-color css

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

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

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

border-color css

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

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

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