Html Css Color HEX #EBA307 Gamboge

📋 copy color: '#EBA307'

red 235 ◦ green 163 ◦ blue 7

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

Shades of Gamboge #EBA307

Tints of Gamboge #EBA307

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.25%

 BLUE value IS 7 (3.13% from 255) = 1.73%

R = 58.02%
G = 40.25%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBA307 (or 0xEBA307) is known color: Gamboge. HEX triplet: EB, A3 and 07. RGB value is (235,163,7). Sum of RGB (Red+Green+Blue) = 235+163+7=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 7 (3.12% from 255 or 1.73% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA307 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA307 is #145CF8. Grayscale: #A7A7A7. Windows color (decimal): -1334521 or 500715. OLE color: 500715.

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

Color convert

RGB 235 163 7 -
CMYK 0 0.31 0.97 0.08
HSL 41.05º 0.94% 0.47% -
HSV(B) 41.05º 0.97% 0.92% -
XYZ 47.4 43.87 6.17 -
YUV 166.74 37.85 176.68 -
System Red Green Blue C M Y K H S L
Decimal 235 163 7 0 0.31 0.97 0.08 41.05 0.94 0.47
Hex EB A3 7 0 1F 61 8 29 5E 2F
Octal 353 243 7 0 37 141 10 51 136 57
Binary 11101011 10100011 111 0 11111 1100001 1000 101001 1011110 101111

Color Harmonies of #EBA307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA307

Black with #EBA307

Text Example


Text Example

White with #EBA307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA307; }

 p { color: rgb(235,163,7); }

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

background-color css

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

 a { background-color: rgb(235,163,7); }

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

border-color css

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

 span { border-color: rgb(235,163,7); }

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