Html Css Color HEX #EBA501 Gamboge

📋 copy color: '#EBA501'

red 235 ◦ green 165 ◦ blue 1

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

Shades of Gamboge #EBA501

Tints of Gamboge #EBA501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 58.6%
G = 41.15%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EBA501 (or 0xEBA501) is known color: Gamboge. HEX triplet: EB, A5 and 01. RGB value is (235,165,1). Sum of RGB (Red+Green+Blue) = 235+165+1=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA501 is #145AFE. Grayscale: #A7A7A7. Windows color (decimal): -1334015 or 108011. OLE color: 108011.

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

Color convert

RGB 235 165 1 -
CMYK 0 0.30 1.00 0.08
HSL 42.05º 0.99% 0.46% -
HSV(B) 42.05º 1% 0.92% -
XYZ 47.72 44.57 6.12 -
YUV 167.23 34.19 176.34 -
System Red Green Blue C M Y K H S L
Decimal 235 165 1 0 0.30 1.00 0.08 42.05 0.99 0.46
Hex EB A5 1 0 1E 64 8 2A 63 2E
Octal 353 245 1 0 36 144 10 52 143 56
Binary 11101011 10100101 1 0 11110 1100100 1000 101010 1100011 101110

Color Harmonies of #EBA501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA501

Black with #EBA501

Text Example


Text Example

White with #EBA501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA501; }

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

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

background-color css

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

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

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

border-color css

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

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

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