Html Css Color HEX #EBA500 Gamboge

📋 copy color: '#EBA500'

red 235 ◦ green 165 ◦ blue 0

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

Shades of Gamboge #EBA500

Tints of Gamboge #EBA500

RGB

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

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

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

R = 58.75%
G = 41.25%
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

#EBA500 (or 0xEBA500) is known color: Gamboge. HEX triplet: EB, A5 and 00. RGB value is (235,165,0). Sum of RGB (Red+Green+Blue) = 235+165+0=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA500 is #145AFF. Grayscale: #A7A7A7. Windows color (decimal): -1334016 or 42475. OLE color: 42475.

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

Color convert

RGB 235 165 0 -
CMYK 0 0.30 1 0.08
HSL 42.13º 1% 0.46% -
HSV(B) 42.13º 1% 0.92% -
XYZ 47.72 44.57 6.09 -
YUV 167.12 33.69 176.42 -
System Red Green Blue C M Y K H S L
Decimal 235 165 0 0 0.30 1 0.08 42.13 1 0.46
Hex EB A5 0 0 1E 64 8 2A 64 2E
Octal 353 245 0 0 36 144 10 52 144 56
Binary 11101011 10100101 0 0 11110 1100100 1000 101010 1100100 101110

Color Harmonies of #EBA500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA500

Black with #EBA500

Text Example


Text Example

White with #EBA500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA500; }

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

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

background-color css

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

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

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

border-color css

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

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

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