Html Css Color HEX #EBA703 Gamboge

📋 copy color: '#EBA703'

red 235 ◦ green 167 ◦ blue 3

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

Shades of Gamboge #EBA703

Tints of Gamboge #EBA703

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.23%

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

R = 58.02%
G = 41.23%
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

#EBA703 (or 0xEBA703) is known color: Gamboge. HEX triplet: EB, A7 and 03. RGB value is (235,167,3). Sum of RGB (Red+Green+Blue) = 235+167+3=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 3 (1.56% from 255 or 0.74% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA703 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA703 is #1458FC. Grayscale: #A9A9A9. Windows color (decimal): -1333501 or 239595. OLE color: 239595.

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

Color convert

RGB 235 167 3 -
CMYK 0 0.29 0.99 0.08
HSL 42.41º 0.97% 0.47% -
HSV(B) 42.41º 0.99% 0.92% -
XYZ 48.1 45.31 6.3 -
YUV 168.64 34.53 175.34 -
System Red Green Blue C M Y K H S L
Decimal 235 167 3 0 0.29 0.99 0.08 42.41 0.97 0.47
Hex EB A7 3 0 1D 63 8 2A 61 2F
Octal 353 247 3 0 35 143 10 52 141 57
Binary 11101011 10100111 11 0 11101 1100011 1000 101010 1100001 101111

Color Harmonies of #EBA703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA703

Black with #EBA703

Text Example


Text Example

White with #EBA703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA703; }

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

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

background-color css

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

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

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

border-color css

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

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

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