Html Css Color HEX #EBA401 Gamboge

📋 copy color: '#EBA401'

red 235 ◦ green 164 ◦ blue 1

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

Shades of Gamboge #EBA401

Tints of Gamboge #EBA401

RGB

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

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

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

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

#EBA401 (or 0xEBA401) is known color: Gamboge. HEX triplet: EB, A4 and 01. RGB value is (235,164,1). Sum of RGB (Red+Green+Blue) = 235+164+1=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA401 is #145BFE. Grayscale: #A7A7A7. Windows color (decimal): -1334271 or 107755. OLE color: 107755.

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

Color convert

RGB 235 164 1 -
CMYK 0 0.30 1.00 0.08
HSL 41.79º 0.99% 0.46% -
HSV(B) 41.79º 1% 0.92% -
XYZ 47.54 44.22 6.06 -
YUV 166.65 34.52 176.75 -
System Red Green Blue C M Y K H S L
Decimal 235 164 1 0 0.30 1.00 0.08 41.79 0.99 0.46
Hex EB A4 1 0 1E 64 8 2A 63 2E
Octal 353 244 1 0 36 144 10 52 143 56
Binary 11101011 10100100 1 0 11110 1100100 1000 101010 1100011 101110

Color Harmonies of #EBA401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA401

Black with #EBA401

Text Example


Text Example

White with #EBA401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA401; }

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

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

background-color css

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

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

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

border-color css

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

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

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