Html Css Color HEX #EBA201 Gamboge

📋 copy color: '#EBA201'

red 235 ◦ green 162 ◦ blue 1

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

Shades of Gamboge #EBA201

Tints of Gamboge #EBA201

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.7%

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

R = 59.05%
G = 40.7%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EBA201 (or 0xEBA201) is known color: Gamboge. HEX triplet: EB, A2 and 01. RGB value is (235,162,1). Sum of RGB (Red+Green+Blue) = 235+162+1=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA201 is #145DFE. Grayscale: #A6A6A6. Windows color (decimal): -1334783 or 107243. OLE color: 107243.

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

Color convert

RGB 235 162 1 -
CMYK 0 0.31 1.00 0.08
HSL 41.28º 0.99% 0.46% -
HSV(B) 41.28º 1% 0.92% -
XYZ 47.19 43.51 5.94 -
YUV 165.47 35.18 177.59 -
System Red Green Blue C M Y K H S L
Decimal 235 162 1 0 0.31 1.00 0.08 41.28 0.99 0.46
Hex EB A2 1 0 1F 64 8 29 63 2E
Octal 353 242 1 0 37 144 10 51 143 56
Binary 11101011 10100010 1 0 11111 1100100 1000 101001 1100011 101110

Color Harmonies of #EBA201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA201

Black with #EBA201

Text Example


Text Example

White with #EBA201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA201; }

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

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

background-color css

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

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

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

border-color css

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

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

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