Html Css Color HEX #EBA604 Gamboge

📋 copy color: '#EBA604'

red 235 ◦ green 166 ◦ blue 4

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

Shades of Gamboge #EBA604

Tints of Gamboge #EBA604

RGB

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

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

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

R = 58.02%
G = 40.99%
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

#EBA604 (or 0xEBA604) is known color: Gamboge. HEX triplet: EB, A6 and 04. RGB value is (235,166,4). Sum of RGB (Red+Green+Blue) = 235+166+4=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 4 (1.95% from 255 or 0.99% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA604 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA604 is #1459FB. Grayscale: #A8A8A8. Windows color (decimal): -1333756 or 304875. OLE color: 304875.

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

Color convert

RGB 235 166 4 -
CMYK 0 0.29 0.98 0.08
HSL 42.08º 0.97% 0.47% -
HSV(B) 42.08º 0.98% 0.92% -
XYZ 47.92 44.94 6.26 -
YUV 168.16 35.36 175.67 -
System Red Green Blue C M Y K H S L
Decimal 235 166 4 0 0.29 0.98 0.08 42.08 0.97 0.47
Hex EB A6 4 0 1D 62 8 2A 61 2F
Octal 353 246 4 0 35 142 10 52 141 57
Binary 11101011 10100110 100 0 11101 1100010 1000 101010 1100001 101111

Color Harmonies of #EBA604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA604

Black with #EBA604

Text Example


Text Example

White with #EBA604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA604; }

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

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

background-color css

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

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

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

border-color css

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

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

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