Html Css Color HEX #EBA404 Gamboge

📋 copy color: '#EBA404'

red 235 ◦ green 164 ◦ blue 4

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

Shades of Gamboge #EBA404

Tints of Gamboge #EBA404

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.69%

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

R = 58.31%
G = 40.69%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EBA404 (or 0xEBA404) is known color: Gamboge. HEX triplet: EB, A4 and 04. RGB value is (235,164,4). Sum of RGB (Red+Green+Blue) = 235+164+4=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 4 (1.95% from 255 or 0.99% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA404 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA404 is #145BFB. Grayscale: #A7A7A7. Windows color (decimal): -1334268 or 304363. OLE color: 304363.

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

Color convert

RGB 235 164 4 -
CMYK 0 0.30 0.98 0.08
HSL 41.56º 0.97% 0.47% -
HSV(B) 41.56º 0.98% 0.92% -
XYZ 47.56 44.22 6.14 -
YUV 166.99 36.02 176.51 -
System Red Green Blue C M Y K H S L
Decimal 235 164 4 0 0.30 0.98 0.08 41.56 0.97 0.47
Hex EB A4 4 0 1E 62 8 2A 61 2F
Octal 353 244 4 0 36 142 10 52 141 57
Binary 11101011 10100100 100 0 11110 1100010 1000 101010 1100001 101111

Color Harmonies of #EBA404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA404

Black with #EBA404

Text Example


Text Example

White with #EBA404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA404; }

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

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

background-color css

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

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

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

border-color css

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

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

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