Html Css Color HEX #EBA400 Gamboge

📋 copy color: '#EBA400'

red 235 ◦ green 164 ◦ blue 0

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

Shades of Gamboge #EBA400

Tints of Gamboge #EBA400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.9%
G = 41.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EBA400 (or 0xEBA400) is known color: Gamboge. HEX triplet: EB, A4 and 00. RGB value is (235,164,0). Sum of RGB (Red+Green+Blue) = 235+164+0=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA400 is #145BFF. Grayscale: #A7A7A7. Windows color (decimal): -1334272 or 42219. OLE color: 42219.

HSL color Cylindrical-coordinate representation of color #EBA400: hue angle of 41.87º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBA400 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 164 0 -
CMYK 0 0.30 1 0.08
HSL 41.87º 1% 0.46% -
HSV(B) 41.87º 1% 0.92% -
XYZ 47.54 44.21 6.03 -
YUV 166.53 34.02 176.84 -
System Red Green Blue C M Y K H S L
Decimal 235 164 0 0 0.30 1 0.08 41.87 1 0.46
Hex EB A4 0 0 1E 64 8 2A 64 2E
Octal 353 244 0 0 36 144 10 52 144 56
Binary 11101011 10100100 0 0 11110 1100100 1000 101010 1100100 101110

Color Harmonies of #EBA400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA400

Black with #EBA400

Text Example


Text Example

White with #EBA400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA400; }

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

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

background-color css

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

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

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

border-color css

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

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

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