Html Css Color HEX #EBA603 Gamboge

📋 copy color: '#EBA603'

red 235 ◦ green 166 ◦ blue 3

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

Shades of Gamboge #EBA603

Tints of Gamboge #EBA603

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.09%

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 58.17%
G = 41.09%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBA603 (or 0xEBA603) is known color: Gamboge. HEX triplet: EB, A6 and 03. RGB value is (235,166,3). Sum of RGB (Red+Green+Blue) = 235+166+3=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 3 (1.56% from 255 or 0.74% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA603 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA603 is #1459FC. Grayscale: #A8A8A8. Windows color (decimal): -1333757 or 239339. OLE color: 239339.

HSL color Cylindrical-coordinate representation of color #EBA603: hue angle of 42.16º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EBA603 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 166 3 -
CMYK 0 0.29 0.99 0.08
HSL 42.16º 0.97% 0.47% -
HSV(B) 42.16º 0.99% 0.92% -
XYZ 47.91 44.94 6.24 -
YUV 168.05 34.86 175.75 -
System Red Green Blue C M Y K H S L
Decimal 235 166 3 0 0.29 0.99 0.08 42.16 0.97 0.47
Hex EB A6 3 0 1D 63 8 2A 61 2F
Octal 353 246 3 0 35 143 10 52 141 57
Binary 11101011 10100110 11 0 11101 1100011 1000 101010 1100001 101111

Color Harmonies of #EBA603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA603

Black with #EBA603

Text Example


Text Example

White with #EBA603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA603; }

 p { color: rgb(235,166,3); }

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

background-color css

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

 a { background-color: rgb(235,166,3); }

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

border-color css

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

 span { border-color: rgb(235,166,3); }

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