Html Css Color HEX #EBA200 Gamboge

📋 copy color: '#EBA200'

red 235 ◦ green 162 ◦ blue 0

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

Shades of Gamboge #EBA200

Tints of Gamboge #EBA200

RGB

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

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

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

R = 59.19%
G = 40.81%
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

#EBA200 (or 0xEBA200) is known color: Gamboge. HEX triplet: EB, A2 and 00. RGB value is (235,162,0). Sum of RGB (Red+Green+Blue) = 235+162+0=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA200 is #145DFF. Grayscale: #A6A6A6. Windows color (decimal): -1334784 or 41707. OLE color: 41707.

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

Color convert

RGB 235 162 0 -
CMYK 0 0.31 1 0.08
HSL 41.36º 1% 0.46% -
HSV(B) 41.36º 1% 0.92% -
XYZ 47.18 43.5 5.91 -
YUV 165.36 34.68 177.67 -
System Red Green Blue C M Y K H S L
Decimal 235 162 0 0 0.31 1 0.08 41.36 1 0.46
Hex EB A2 0 0 1F 64 8 29 64 2E
Octal 353 242 0 0 37 144 10 51 144 56
Binary 11101011 10100010 0 0 11111 1100100 1000 101001 1100100 101110

Color Harmonies of #EBA200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA200

Black with #EBA200

Text Example


Text Example

White with #EBA200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA200; }

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

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

background-color css

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

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

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

border-color css

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

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

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