Html Css Color HEX #EBA100 Gamboge

📋 copy color: '#EBA100'

red 235 ◦ green 161 ◦ blue 0

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

Shades of Gamboge #EBA100

Tints of Gamboge #EBA100

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.66%

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

R = 59.34%
G = 40.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EBA100 (or 0xEBA100) is known color: Gamboge. HEX triplet: EB, A1 and 00. RGB value is (235,161,0). Sum of RGB (Red+Green+Blue) = 235+161+0=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA100 is #145EFF. Grayscale: #A5A5A5. Windows color (decimal): -1335040 or 41451. OLE color: 41451.

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

Color convert

RGB 235 161 0 -
CMYK 0 0.31 1 0.08
HSL 41.11º 1% 0.46% -
HSV(B) 41.11º 1% 0.92% -
XYZ 47.01 43.15 5.85 -
YUV 164.77 35.02 178.09 -
System Red Green Blue C M Y K H S L
Decimal 235 161 0 0 0.31 1 0.08 41.11 1 0.46
Hex EB A1 0 0 1F 64 8 29 64 2E
Octal 353 241 0 0 37 144 10 51 144 56
Binary 11101011 10100001 0 0 11111 1100100 1000 101001 1100100 101110

Color Harmonies of #EBA100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA100

Black with #EBA100

Text Example


Text Example

White with #EBA100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA100; }

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

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

background-color css

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

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

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

border-color css

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

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

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