Html Css Color HEX #EBA504 Gamboge

📋 copy color: '#EBA504'

red 235 ◦ green 165 ◦ blue 4

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

Shades of Gamboge #EBA504

Tints of Gamboge #EBA504

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.84%

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

R = 58.17%
G = 40.84%
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

#EBA504 (or 0xEBA504) is known color: Gamboge. HEX triplet: EB, A5 and 04. RGB value is (235,165,4). Sum of RGB (Red+Green+Blue) = 235+165+4=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 4 (1.95% from 255 or 0.99% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA504 is #145AFB. Grayscale: #A8A8A8. Windows color (decimal): -1334012 or 304619. OLE color: 304619.

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

Color convert

RGB 235 165 4 -
CMYK 0 0.30 0.98 0.08
HSL 41.82º 0.97% 0.47% -
HSV(B) 41.82º 0.98% 0.92% -
XYZ 47.74 44.58 6.2 -
YUV 167.58 35.69 176.09 -
System Red Green Blue C M Y K H S L
Decimal 235 165 4 0 0.30 0.98 0.08 41.82 0.97 0.47
Hex EB A5 4 0 1E 62 8 2A 61 2F
Octal 353 245 4 0 36 142 10 52 141 57
Binary 11101011 10100101 100 0 11110 1100010 1000 101010 1100001 101111

Color Harmonies of #EBA504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA504

Black with #EBA504

Text Example


Text Example

White with #EBA504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA504; }

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

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

background-color css

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

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

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

border-color css

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

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

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