Html Css Color HEX #EBA704 Gamboge

📋 copy color: '#EBA704'

red 235 ◦ green 167 ◦ blue 4

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

Shades of Gamboge #EBA704

Tints of Gamboge #EBA704

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.13%

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

R = 57.88%
G = 41.13%
B = 0.99%

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

#EBA704 (or 0xEBA704) is known color: Gamboge. HEX triplet: EB, A7 and 04. RGB value is (235,167,4). Sum of RGB (Red+Green+Blue) = 235+167+4=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA704 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA704 is #1458FB. Grayscale: #A9A9A9. Windows color (decimal): -1333500 or 305131. OLE color: 305131.

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

Color convert

RGB 235 167 4 -
CMYK 0 0.29 0.98 0.08
HSL 42.34º 0.97% 0.47% -
HSV(B) 42.34º 0.98% 0.92% -
XYZ 48.1 45.31 6.33 -
YUV 168.75 35.03 175.25 -
System Red Green Blue C M Y K H S L
Decimal 235 167 4 0 0.29 0.98 0.08 42.34 0.97 0.47
Hex EB A7 4 0 1D 62 8 2A 61 2F
Octal 353 247 4 0 35 142 10 52 141 57
Binary 11101011 10100111 100 0 11101 1100010 1000 101010 1100001 101111

Color Harmonies of #EBA704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA704

Black with #EBA704

Text Example


Text Example

White with #EBA704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA704; }

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

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

background-color css

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

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

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

border-color css

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

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

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